Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbooks Interface / Item Property / Item(Int32) Property
An integer value indicates the IWorkbook index.


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

    Parameters

    index
    An integer value indicates the IWorkbook index.

    Property Value

    The Worksheet at the specified index.
    See Also