Skip to main content

TdxSpreadSheetCustomConditionalFormattingRule Members

The base class for all conditional formatting rule classes.

Constructors

Name Description
Create(TdxSpreadSheetCustomConditionalFormatting,TRect) Creates a new conditional formatting rule in the specified conditional formatting controller.
Create(TdxSpreadSheetCustomConditionalFormatting) Initializes a new instance of the TdxSpreadSheetCustomConditionalFormattingRule class with specified settings.
Create(TPersistent) Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent.

Properties

Name Description
Area Specifies a single cell or cell range affected by the conditional formatting rule.
Areas Specifies one or more cell ranges affected by the conditional formatting rule.
Index Specifies the conditional formatting rule’s zero-based index in the conditional formatting controller.
Owner Returns the conditional formatting controller to which the rule belongs.
StopIfTrue protected Specifies if the conditional formatting controller evaluates rules with lower priorities if applied to the same cell range(s)..

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Disables repainting of the worksheet or Grid View until the EndUpdate procedure is called.
Clone
Clone(TdxSpreadSheetAreaList) Creates a copy of the conditional formatting rule.
Clone(TRect)
EndUpdate Enables repainting of the worksheet or Grid View after calling the BeginUpdate procedure.
Equals(TObject) Inherited from TObject.
GetDetails protected Returns the conditional formatting rule’s name for the “Conditional Formatting Rules Manager” dialog.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
LoadFromStream(TcxReader) Loads the conditional formatting rule’s settings from a stream via the specified stream reader.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
SaveToStream(TcxWriter) Saves the conditional formatting rule’s settings to a stream via the specified stream writer.
ToString Inherited from TObject.
See Also