Spread Windows Forms 12.0 Product Documentation
NameLocal Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITableStyle Interface : NameLocal Property
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

Reference

ITableStyle Interface
ITableStyle Members