Spread Windows Forms 17
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
    public string[] BuiltInStyleNames {get;}

    Property Value

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