Skip to main content

IdxSpreadSheetConditionalFormattingOwner Methods

Exposes cell appearance settings for conditional formatting functionality.
Name Description
BeginUpdate Disables repainting of the worksheet or Grid View until the EndUpdate procedure is called.
EndUpdate Enables repainting of the worksheet or Grid View after calling the BeginUpdate procedure.
ForEachCell(TRect,TdxSpreadSheetViewForEachCellProc,Boolean) Inherited from IdxSpreadSheetViewData.
GetCellData(Integer,Integer) Inherited from IdxSpreadSheetViewData.
GetCellStyles Returns all ExpressSpreadSheet-compatible cell styles used in a worksheet or Grid View to which conditional formatting rules are applied.
GetFormulaController Returns the formula controller that handles all conditional formatting expressions.
GetMaxColumnIndex Returns the maximum index of a column in a worksheet or Grid View. Inherited from IdxSpreadSheetViewData.
GetMaxRowIndex Returns the maximum index of a row in a worksheet or Grid View. Inherited from IdxSpreadSheetViewData.
GetNextColumnWithNonEmptyCell(Integer,Integer,Boolean) Inherited from IdxSpreadSheetViewData.
GetNextRowWithNonEmptyCell(Integer,Integer,Boolean) Inherited from IdxSpreadSheetViewData.
GetSelectionArea Returns a single selected cell range in a worksheet or Grid View.
IsRightToLeft Identifies if the control that uses conditional formatting rules has a right-to-left layout.
IsRowVisible(Integer) Inherited from IdxSpreadSheetViewData.
SetCellData(Integer,Integer,Variant,TdxSpreadSheetFormulaErrorCode) Inherited from IdxSpreadSheetViewData.
See Also