Back to Devexpress

DefinedName.Comment Property

officefileapi-devexpress-dot-spreadsheet-dot-definedname-6bddabb3.md

latest2.1 KB
Original Source

DefinedName.Comment Property

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
string Comment { get; set; }
vb
Property Comment As String

Property Value

TypeDescription
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

Name

RefersTo

How to: Create a Named Range of Cells

How to: Create Named Formulas

How to: Use Names in Formulas

DefinedName Interface

DefinedName Members

DevExpress.Spreadsheet Namespace