Excel for WinRT
Item Property (XLCommentCollection)


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
'Usage
 
Dim instance As XLCommentCollection
Dim index As System.Integer
Dim value As XLComment
 
value = instance.Item(index)
public XLComment this[ 
   System.int index
]; {get;}

Parameters

index
See Also

Reference

XLCommentCollection Class
XLCommentCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback