Removes the conditional format at position index.
Syntax
Unit: FlexCel.Core
procedure TExcelFile.RemoveConditionalFormat(const index: Integer); virtual; abstract;
Parameters
| <-> | 
Parameter | 
Type | 
Description | 
| const | 
index | 
Integer | 
Index to the conditional format list. (1 based) | 
 
See also