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