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 |
See Also