Skip to main content
A newer version of this page is available. .
Row

DefinedName.Comment Property

Gets or sets a string that provides additional information about the current defined name.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

string Comment { get; set; }

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