Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLHelpers Class / GetColorListFromTheme Method
themes, get from themes.xml


In This Topic
    GetColorListFromTheme Method
    In This Topic
    Gets the color list from theme.
    Syntax
    'Declaration
     
    
    Public Shared Function GetColorListFromTheme( _
       ByVal themes As CT_OfficeStyleSheet _
    ) As ArrayList
    'Usage
     
    
    Dim themes As CT_OfficeStyleSheet
    Dim value As ArrayList
     
    value = ExcelXMLHelpers.GetColorListFromTheme(themes)
    public static ArrayList GetColorListFromTheme( 
       CT_OfficeStyleSheet themes
    )

    Parameters

    themes
    themes, get from themes.xml

    Return Value

    Color list from theme
    See Also