GrapeCity.Documents.Excel Namespace / IRange Interface / Item Property / Item(Int32) Property
The index of range.
In This Topic
Item(Int32) Property
In This Topic
Returns a new instance of IRange by index which represents a cell.
Syntax
IRange Item( 
   System.int index
) {get;}

Parameters

index
The index of range.

Property Value

IRange.
See Also