Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorksheet Class / Name Property


In This Topic
    Name Property (ExcelWorksheet)
    In This Topic
    Gets or sets the name of the ExcelWorksheet.
    Syntax
    'Declaration
     
    Public Property Name As String
    'Usage
     
    Dim instance As ExcelWorksheet
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public string Name {get; set;}

    Property Value

    The name of the ExcelWorksheet instance The default is a null reference (Nothing in Visual Basic).
    Remarks
    The component will not check whether the name is valid or invalid, make sure pass a valid name to it.
    See Also