Spread WPF 17
GrapeCity.Excel Namespace / IExcelWriter Interface / GetColorPalette Method


In This Topic
    GetColorPalette Method
    In This Topic
    Get the color palette used in the workbook
    Syntax
    'Declaration
     
    Function GetColorPalette() As Dictionary(Of Integer,GcColor)
    'Usage
     
    Dim instance As IExcelWriter
    Dim value As Dictionary(Of Integer,GcColor)
     
    value = instance.GetColorPalette()
    Dictionary<int,GcColor> GetColorPalette()

    Return Value

    An dictionary represents the color palette
    See Also