Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAreas Interface / Item Property
An integer value indicates the index number of the IRange object.


In This Topic
    Item Property (IAreas)
    In This Topic
    Gets a single IRange 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 IRange object.

    Property Value

    The IRange object at the specified index.
    See Also