GeneralNotes.Item Property
Parent Object: GeneralNotesDescription
Returns the specified GeneralNote object from the collection.
Syntax
GeneralNotes.Item( Index As Long ) As GeneralNoteProperty Value
This is a read only property whose value is a GeneralNote.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index of the object to return. |
Samples
Name | Description |
Add a general note | This sample illustrates creating text (general note) in a sheet. |