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