Spread Windows Forms 12.0 Product Documentation
Colors Property (IWorkbook)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorkbook Interface : Colors Property
Gets or sets colors in the palette for the workbook. The palette has 56 entries, each represented by an ARGB value.
Syntax
'Declaration
 
Property Colors As IColorPalette
'Usage
 
Dim instance As IWorkbook
Dim value As IColorPalette
 
instance.Colors = value
 
value = instance.Colors
IColorPalette Colors {get; set;}

Property Value

All colors in the palette for the workbook.
See Also

Reference

IWorkbook Interface
IWorkbook Members