TdxSpreadSheetCustomConditionalFormatting.BeginEditing Method
Initiates editing a set of conditional formatting rules applied to a worksheet or Grid View.
Declaration
procedure BeginEditing; virtual;
Remarks
This procedure works identically to BeginUpdate and can additionally perform a set of custom actions, depending on the current implementation of a conditional formatting controller. Enclose the code affecting rule conditions, and/or cell area/style settings within the BeginEditing/EndEditing procedure blocks to treat the multiple conditional formatting changes as a single action in your application.
As with BeginUpdate/EndUpdate, ensure that every BeginEditing call is followed by an EndEditing call, even if an exception occurs.
See Also