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

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

Parameters

index
See Also