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


In This Topic
    Item(String) Property
    In This Topic
    Gets the Worksheet with the specified name.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal name As String _
    ) As Worksheet
    'Usage
     
    Dim instance As WorksheetCollection
    Dim name As String
    Dim value As Worksheet
     
    instance.Item(name) = value
     
    value = instance.Item(name)
    public Worksheet Item( 
       string name
    ) {get; set;}

    Parameters

    name
    The sheet name for which to search.

    Property Value

    The Worksheet object with the name.
    See Also