TdxSpreadSheetCustomConditionalFormattingRule.GetDetails Method
Returns the conditional formatting rule’s name for the “Conditional Formatting Rules Manager” dialog.
Declaration
function GetDetails: string; virtual; abstract;
Returns
Type |
---|
string |
Remarks
The “Conditional Formatting Rules Manager” dialog calls this function internally to populate the “Rule (applied in order shown)” column with rule names:
Each TdxSpreadSheetCustomConditionalFormattingRule class descendant that implements a particular conditional formatting rule provides its own GetDetails function implementation. The display names of certain conditional formatting rules can change depending on their settings. For instance, the "Top/Bottom Values" conditional formatting rule’s display name is comprised of “Top” or “Bottom” followed by the number of formatted cells. Refer to the particular GetDetails function implementation descriptions for detailed information.