Share

GeneralNotes.Item Property

Parent Object: GeneralNotes

Description

Returns the specified GeneralNote object from the collection.

Syntax

GeneralNotes.Item( Index As Long ) As GeneralNote

Property 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.

Version

Introduced in version 10

Was this information helpful?