GrapeCity.Xaml.Excel
GetColorPalette Method


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
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWriter Interface
IExcelWriter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options