Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetBase Class / Name Property


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

    Property Value

    A string value indicates the name of worksheet.
    Exceptions
    ExceptionDescription
    value cannot be null or empty.
    See Also