Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SheetInfoCollection Class / Item Property
An int value that indicates the index.


In This Topic
    Item Property (SheetInfoCollection)
    In This Topic
    Gets the sheet at the special index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As SheetInfo
    'Usage
     
    Dim instance As SheetInfoCollection
    Dim index As Integer
    Dim value As SheetInfo
     
    value = instance.Item(index)
    public SheetInfo this[ 
       int index
    ]; {get;}

    Parameters

    index
    An int value that indicates the index.

    Property Value

    The sheet at the special index.
    See Also