Skip to main content

DefinedNameEventArgsBase.Comment Property

Gets the additional information about the current Defined Name.

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public string Comment { get; }

Property Value

Type Description
String

A string that corresponds to the DefinedName.Comment.

See Also