TdxSpreadSheetCustomConditionalFormattingRule.Owner Property
Returns the conditional formatting controller to which the rule belongs.
Declaration
property Owner: TdxSpreadSheetCustomConditionalFormatting read;
Property Value
Type |
---|
TdxSpreadSheetCustomConditionalFormatting |
Remarks
You can use this property to access the conditional formatting controller. To access its type-specific members, cast the Owner property value to the corresponding class (TdxSpreadSheetConditionalFormatting, for instance).
See Also