TdxSpreadSheetDefinedName.Comment Property
Specifies an optional comment for the defined name.
Declaration
property Comment: string read; write;
Property Value
Type |
---|
string |
Remarks
The “Name Manager” and “Edit Name” dialogs display defined name comments.
Note
The Comment property’s setter automatically replaces all carriage return characters with spaces within an assigned string.
The Comment property’s default value is an empty string.
See Also