Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorksheet Interface / Name Property


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

    Property Value

    The name of the sheet
    See Also