Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IComments Interface / Item Property
The index number for the comment.


In This Topic
Item Property (IComments)
In This Topic
Gets a single comment from the collection.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal index As Integer _
) As IComment
 
'Usage
 
Dim instance As IComments
Dim index As Integer
Dim value As IComment
 
value = instance.Item(index)

Parameters

index
The index number for the comment.

Property Value

An IComment object contained by the collection.
See Also