TExcelColor.ToColor Method
Overloads
TExcelColor.ToColor(TCoreExcelFile)
Returns the value of this class as a system color.
Syntax
Unit: FlexCel.Core
function TExcelColor.ToColor(const Xls: TCoreExcelFile): TUIColor; overload;
Parameters
| <-> |
Parameter |
Type |
Description |
| const |
Xls |
TCoreExcelFile |
Excel file containing the themes and palettes for the color indexes. |
See also
TExcelColor.ToColor(TCoreExcelFile, TUIColor)
Returns the value of this class as a system color.
Syntax
Unit: FlexCel.Core
function TExcelColor.ToColor(xls: TCoreExcelFile; const automaticColor: TUIColor): TUIColor; overload;
Parameters
| <-> |
Parameter |
Type |
Description |
|
xls |
TCoreExcelFile |
Excel file containing the themes and palettes for the color indexes. |
| const |
automaticColor |
TUIColor |
Color to be returned if this structure has an automatic color. |
See also