Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Workbook Class / Item Property / Item(Int32) Property
The index of the sheet.


In This Topic
    Item(Int32) Property
    In This Topic
    Gets the worksheet at the specified index.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As Worksheet
    'Usage
     
    Dim instance As Workbook
    Dim index As Integer
    Dim value As Worksheet
     
    value = instance.Item(index)
    public Worksheet Item( 
       int index
    ) {get;}

    Parameters

    index
    The index of the sheet.

    Property Value

    The worksheet at the specified index.
    See Also