Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISheets Interface / Item Property / Item(Int32) Property
An integer value indicates the sheet index.


In This Topic
    Item(Int32) Property
    In This Topic
    Gets the specified ISheet by the zero based index.
    Syntax
    'Declaration
     
    
    Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As ISheet
    'Usage
     
    
    Dim instance As ISheets
    Dim index As Integer
    Dim value As ISheet
     
    value = instance.Item(index)
    ISheet Item( 
       int index
    ) {get;}

    Parameters

    index
    An integer value indicates the sheet index.

    Property Value

    The ISheet at the specified index.
    See Also