Modifies one of the conditional format rules in the sheet.
Syntax
Unit: FlexCel.Core
procedure TExcelFile.SetConditionalFormat(const index: Integer; const formatCondition: TConditionalFormat); virtual; abstract;
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