Spread Silverlight Documentation
GetColorPalette Method


GrapeCity.Excel Namespace > IExcelWriter Interface : GetColorPalette Method
Get the color palette used in the workbook
Syntax
'Declaration
 
Function GetColorPalette() As System.Collections.Generic.Dictionary(Of Integer,GcColor)
'Usage
 
Dim instance As IExcelWriter
Dim value As System.Collections.Generic.Dictionary(Of Integer,GcColor)
 
value = instance.GetColorPalette()
System.Collections.Generic.Dictionary<int,GcColor> GetColorPalette()

Return Value

An dictionary represents the color palette
See Also

Reference

IExcelWriter Interface
IExcelWriter Members