TExcelFile.SetColorPalette Method
Changes a color on the Excel color palette.
Syntax
Unit: FlexCel.Core
procedure TExcelFile.SetColorPalette(const index: Integer; const value: TUIColor); virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
index |
Integer |
Index of the entry to change. Must be 1<=indexlt;=ColorPaletteCount |
const |
value |
TUIColor |
Color to set. |
See also