DefinedName.Comment Property
Gets or sets a string that provides additional information about the current defined name.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
String | A String value that specifies additional information about the defined name. |
Remarks
Use the Comment property to accompany a defined name with an explanation or additional information (for example, “Update this data after December 10, 2013”, “Do not delete this value!”, etc.). For more information on defined names, see the Defined Names document.
Note
The length of a comment string cannot exceed 255 characters.
See Also