Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableStyle Interface / NameLocal Property


In This Topic
    NameLocal Property (ITableStyle)
    In This Topic
    Gets or sets the name of the table style, in the language of the user.
    Syntax
    'Declaration
     
    
    ReadOnly Property NameLocal As String
    'Usage
     
    
    Dim instance As ITableStyle
    Dim value As String
     
    value = instance.NameLocal
    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.
    See Also