Spread Windows Forms 12.0 Product Documentation
Item(Int32) Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface > Item Property : Item(Int32) Property
The indexed position of cell.
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)
IRange Item( 
   int index
) {get;}

Parameters

index
The indexed position of cell.

Property Value

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

Reference

IRange Interface
IRange Members
Overload List