Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Localization Namespace / LanguagePackage Class / GetBuiltInStyleNames Method


In This Topic
    GetBuiltInStyleNames Method
    In This Topic
    Returns names of built-in styles.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetBuiltInStyleNames() As String()
    'Usage
     
    
    Dim instance As LanguagePackage
    Dim value() As String
     
    value = instance.GetBuiltInStyleNames()
    protected virtual string[] GetBuiltInStyleNames()

    Return Value

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