Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Localization Namespace / LanguagePackage Class / BuiltInStyleNames Property


In This Topic
BuiltInStyleNames Property
In This Topic
Gets names of built-in styles.
Syntax
'Declaration
 
Public ReadOnly Property BuiltInStyleNames As String()
 
'Usage
 
Dim instance As LanguagePackage
Dim value() As String
 
value = instance.BuiltInStyleNames

Property Value

A string array represents names of built-in styles.
See Also