GrapeCity.Xaml.Excel
ColorPalette Property (IExcelWorkbook)


Gets or sets the color palette used in the workbook.
Syntax
'Declaration
 
Property ColorPalette As Dictionary(Of Integer,GcColor)
'Usage
 
Dim instance As IExcelWorkbook
Dim value As Dictionary(Of Integer,GcColor)
 
instance.ColorPalette = value
 
value = instance.ColorPalette
Dictionary<int,GcColor> ColorPalette {get; set;}

Property Value

The color palette used in the workbook
Remarks
It the value is null. it means the workbook use the default color palette.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWorkbook Interface
IExcelWorkbook Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options