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


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

    Parameters

    name
    The name of the sheet.

    Property Value

    The worksheet with the specified name.
    See Also