TfrmSpreadSheetConditionalFormattingRulesManagerDialog.FocusedRuleInfo Property
Provides access to the focused rule entry in the “Conditional Formatting Rules Manager” dialog.
Declaration
property FocusedRuleInfo: TdxSpreadSheetConditionalFormattingRulesManagerDialogRuleInfo read;
Property Value
Type |
---|
TdxSpreadSheetConditionalFormattingRulesManagerDialogRuleInfo |
Remarks
This property supports the internal infrastructure and is not intended for use in your code. The “Conditional Formatting Rules Manager” dialogs use the FocusedRuleInfo property to implement the clone, delete, edit, and move operations applied to the focused conditional formatting rule.
See Also