Spread Windows Forms 12.0 Product Documentation
Item Property (IAreas)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IAreas Interface : Item Property
An integer value indicates the index number of the Range object.
Gets a single Range object from the collection.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal index As Integer _
) As IRange
'Usage
 
Dim instance As IAreas
Dim index As Integer
Dim value As IRange
 
value = instance.Item(index)
IRange this[ 
   int index
]; {get;}

Parameters

index
An integer value indicates the index number of the Range object.

Property Value

The Range object at the specified index.
See Also

Reference

IAreas Interface
IAreas Members