Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DefinedNameEventArgsBase.Comment Property

Gets the additional information about the current Defined Name.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

public string Comment { get; }

Property Value

Type Description
String

A string that corresponds to the DefinedName.Comment.

See Also