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


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

    Property Value

    A System.String value represents the name of item..
    See Also