Gets the
IRange at the specified cell position.
'Declaration
Overloads ReadOnly Property Item( _
ByVal As Integer _
) As IRange
'Usage
Dim instance As IRange
Dim index As Integer
Dim value As IRange
value = instance.Item(index)
IRange Item(
int
) {get;}
Parameters
- index
- The indexed position of cell.
Property Value
An
IRange object which provide access to cell values, formulas, formatting...