

| Type | Description | |||
| Long | A long expression that specifies the number of notes in the collection. |
The following VB sample prints the ID for each note in the control:
Dim n As EXG2ANTTLibCtl.Note
For Each n In G2antt1.Chart.Notes
Debug.Print n.ID
Next