[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IAreas.Item

this Property

this[int]

Gets a single IRange object from the collection.

Declaration
IRange this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IRange
Parameters
Type Name Description
int index

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

Property Value
Type Description
IRange

The IRange object at the specified index.