Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ExcelBuiltInStyleHelper Class / GetExcelBuiltInStyles Method


In This Topic
    GetExcelBuiltInStyles Method
    In This Topic
    Gets all excel built-in styles.
    Syntax
    'Declaration
     
    Public Shared Function GetExcelBuiltInStyles() As List(Of StyleInfo)
    'Usage
     
    Dim value As List(Of StyleInfo)
     
    value = ExcelBuiltInStyleHelper.GetExcelBuiltInStyles()
    public static List<StyleInfo> GetExcelBuiltInStyles()

    Return Value

    A collection of objects used to represents excel built-in styles.
    See Also