Creates a new structure with the given iconset and number.
Syntax
Unit: FlexCel.Core
class function TConditionalFormatCustomIconDef.Create(const aIconSet: TCondFmtIconSet; const aIconNumber: Integer): TConditionalFormatCustomIconDef; static; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
aIconSet |
TCondFmtIconSet |
Icon set where to get the icon. |
const |
aIconNumber |
Integer |
Icon position in the set (0 based). |
See also