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 As System.Integer _
) As XLComment
public XLComment this[
System.int
]; {get;}
Parameters
- index
See Also