

| Type | Description | |||
| Variant | A VARIANT expression that specifies the identifier of the note. Could be a number, a string, a date, an object, and so on. |
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