NativeExcel for .Net Developer's Reference

IPalette Interface

Represents the workbook's color palette.

For a list of all members of this type, see IPalette Members.

[Visual Basic]
Public Interface IPalette
[C#]
public interface IPalette
[C++]
public __gc __interface IPalette
[JScript]
public interface IPalette

Remarks

When you change a color in a workbook palette, any element formatted with that color is changed throughout the entire workbook.

To restore the default color palette, use ResetColors method.

Requirements

Namespace: NativeExcel

Assembly: NativeExcel (in NativeExcel.dll)

See Also

IPalette Members | NativeExcel Namespace | Colors Property