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


In This Topic
    NameLocal Property (TableStyle)
    In This Topic
    Gets the name of the table style, in the language of the user.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NameLocal As String
    'Usage
     
    
    Dim instance As TableStyle
    Dim value As String
     
    value = instance.NameLocal
    public string NameLocal {get;}

    Property Value

    The name of the table style, in the language of the user.
    Remarks
    If the style is a built-in style, this property returns the name of the style in the language of the current locale. Otherwise, it's same as Name.
    See Also