Modifies one of the conditional format rules in the sheet.
Syntax
Unit: FlexCel.XlsAdapter
procedure TXlsFile.SetConditionalFormat(const index: Integer; const formatCondition: TConditionalFormat); override;
Parameters
<-> |
Parameter |
Type |
Description |
const |
index |
Integer |
Index of the conditional format to modify. 1-based. |
const |
formatCondition |
TConditionalFormat |
The conditional format rules to apply to a set of ranges in the active sheet. |
See also