C1.Excel Assembly / C1.Excel Namespace / XLCommentCollection Class / Item Property

In This Topic
Item Property (XLCommentCollection)
In This Topic
Gets the XLComment object at the specified position in the collection.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As XLComment
 

Parameters

index
See Also