Excel for WinRT
Palette Property


Gets or sets color palette of this workbook.
Syntax
'Declaration
 
Public Property Palette As Windows.UI.Color()
'Usage
 
Dim instance As C1XLBook
Dim value() As Windows.UI.Color
 
instance.Palette = value
 
value = instance.Palette
public Windows.UI.Color[] Palette {get; set;}
Remarks
The palette must be more 8 items (first 8 colors is standard pallete: Black, White, Red, Green, Blue, Yellow, Magenta, Cyan).
See Also

Reference

C1XLBook Class
C1XLBook Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback