Skip to main content

TdxSpreadSheetCustomConditionalFormattingRule.Owner Property

Provides access to the parent conditional formatting controller.

Declaration

property Owner: TdxSpreadSheetCustomConditionalFormatting read;

Property Value

Type Description
TdxSpreadSheetCustomConditionalFormatting

The parent conditional formatting controller.

Cast the returned object to the corresponding terminal TdxSpreadSheetCustomConditionalFormatting class descendant to access all public API members.

Tip

You can call the Owner.ClassType function or use other RTTI functionality to identify the actual conditional formatting controller type.

See Also