Skip to main content

IdxSpreadSheetConditionalFormattingOwner Interface

Exposing cell formatting settings and the formula controller of a worksheet or Grid View providing the conditional formatting functionality.

Declaration

IdxSpreadSheetConditionalFormattingOwner = interface(IdxSpreadSheetViewData)

Remarks

This interface extends its ancestor with the following members that allow you to:

  • Access the formula controller that manages all the conditional formatting expressions (FormulaController and GetFormulaController);

  • Access cell styles used in the worksheet or Grid View to which conditional formatting rules are applied (CellStyles and GetCellStyles);

  • Improve the application performance by reducing the number of worksheet or Grid View referesh operations due to conditional formatting changes (BeginUpdate and EndUpdate);

  • Obtain a single individual cell or cell selection area within the active worksheet or Grid View (GetSelectionArea).

Refer to the IdxSpreadSheetViewData interface description for detailed information on obtaining the cell/cell range data from the affected worksheet or Grid View in the ExpressSpreadSheet-compatible format.

The TdxSpreadSheetTableView and TcxDataControllerConditionalFormattingProvider classes implement the IdxSpreadSheetConditionalFormattingOwner interface referenced by the conditional formatting controller‘s Owner property.

Inheritance

IInterface
IdxSpreadSheetViewData
IdxSpreadSheetConditionalFormattingOwner
See Also