Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / Worksheet Constructor / Worksheet Constructor(String)
The name of the sheet.


In This Topic
    Worksheet Constructor(String)
    In This Topic
    Creates a new sheet with a specified name.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String _
    )
    'Usage
     
    Dim name As String
     
    Dim instance As New Worksheet(name)
    public Worksheet( 
       string name
    )

    Parameters

    name
    The name of the sheet.
    See Also