Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheets Interface / Item Property / Item(String) Property
A string value indicates the worksheet name.


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

    Parameters

    name
    A string value indicates the worksheet name.

    Property Value

    The Worksheet which has the specified name.
    See Also