Skip to main content

TdxSpreadSheetConditionalFormatting Members

A conditional formatting controller of a Table View worksheet displayed by the Spreadsheet or Report Designer control.

Constructors

Name Description
Create(IdxSpreadSheetConditionalFormattingOwner) Creates a new conditional formatting controller for the specified worksheet or conditional formatting provider for a data controller. Inherited from TdxSpreadSheetCustomConditionalFormatting.
Create(TdxSpreadSheetTableView) Creates a new conditional formatting controller for the specified Table View worksheet.

Properties

Name Description
CellStyles

Provides access to ExpressSpreadSheet-compatible styles applied to cells in a worksheet or Grid View

Provides access to ExpressSpreadSheet-compatible cell styles used in a worksheet or Grid View to which conditional formatting rules are applied.

Inherited from TdxSpreadSheetCustomConditionalFormatting.
Owner Provides access to the source of cell data and layouts to which the conditional formatting rules are applied. Inherited from TdxSpreadSheetCustomConditionalFormatting.
RuleCount Returns the total number of conditional formatting rules applied to a worksheet or Grid View. Inherited from TdxSpreadSheetCustomConditionalFormatting.
Rules Provides zero-based indexed access to individual conditional formatting rules applied to a worksheet or Grid View. Inherited from TdxSpreadSheetCustomConditionalFormatting.

Methods

Name Description
Add(TdxSpreadSheetCustomConditionalFormattingRuleClass,Untyped) Inherited from TdxSpreadSheetCustomConditionalFormatting.
Add(string,TdxSpreadSheetCustomConditionalFormattingRuleClass,Untyped) Creates a new rule and adds it to the conditional formatting controller.
Add(TRect,TdxSpreadSheetCustomConditionalFormattingRuleClass,Untyped) Creates a new rule and adds it to the conditional formatting controller. Inherited from TdxSpreadSheetCustomConditionalFormatting.
Assign(TdxSpreadSheetCustomConditionalFormatting) Replaces the currently stored conditional formatting rules with rules obtained from another conditional formatting controller. Inherited from TdxSpreadSheetCustomConditionalFormatting.
BeginEditing Initiates recording a set of conditional formatting changes as a single history action in a Spreadsheet or Report Designer control.
BeginUpdate Disables repainting of the worksheet or Grid View until the EndUpdate procedure is called. Inherited from TdxSpreadSheetCustomConditionalFormatting.
Clear Destroys all conditional formatting rules applied to a worksheet or Grid View. Inherited from TdxSpreadSheetCustomConditionalFormatting.
EndEditing(Boolean) Finishes recording a set of conditional formatting changes as a single history action in a Spreadsheet or Report Designer control.
EndUpdate Enables repainting the worksheet or Grid View after calling the BeginUpdate procedure. Inherited from TdxSpreadSheetCustomConditionalFormatting.
Equals(TObject) Inherited from TObject.
FlushCache Invalidates the calculated results of conditional expressions in all stored rules. Inherited from TdxSpreadSheetCustomConditionalFormatting.
GetHashCode Inherited from TObject.
ReferencesToString(TdxSpreadSheetAreaList) Converts the specified cell area list to a delimited string of references. Inherited from TdxSpreadSheetCustomConditionalFormatting.
Remove(TdxSpreadSheetCustomConditionalFormattingRule) Destroys the specified conditional formatting rule. Inherited from TdxSpreadSheetCustomConditionalFormatting.
ToString Inherited from TObject.
See Also