Adds a conditional format for a range of cells.
Syntax
Unit: FlexCel.XlsAdapter
procedure TXlsFile.AddConditionalFormat(const formatCondition: TConditionalFormat); override;
Parameters
<-> |
Parameter |
Type |
Description |
const |
formatCondition |
TConditionalFormat |
The conditional format rules to apply to a set of ranges in the active sheet. |
See also