Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / WorksheetCollection Class / Item Property / Item(Int32) Property
The sheet index for which to search.


In This Topic
    Item(Int32) Property
    In This Topic
    Gets or sets the Worksheet at the specified index.
    Syntax
    'Declaration
     
    Public Overloads Overrides Property Item( _
       ByVal index As Integer _
    ) As Worksheet
    'Usage
     
    Dim instance As WorksheetCollection
    Dim index As Integer
    Dim value As Worksheet
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    public override Worksheet Item( 
       int index
    ) {get; set;}

    Parameters

    index
    The sheet index for which to search.

    Property Value

    The Worksheet object with the name.
    See Also