GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Item Property / Item(Int32) Property
The indexed position of cell.


In This Topic
Item(Int32) Property
In This Topic
Gets the IRange at the specified cell position.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As IRange
 
'Usage
 
Dim instance As IRange
Dim index As Integer
Dim value As IRange
 
value = instance.Item(index)

Parameters

index
The indexed position of cell.

Property Value

An IRange object which provide access to cell values, formulas, formatting...
See Also