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