Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DefinedName.Comment Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

#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