Skip to main content
All docs
V25.1
  • DefinedNameEditedEventArgs.OldComment Property

    Gets the previous information about the defined name.

    Namespace: DevExpress.XtraSpreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public string OldComment { get; }

    Property Value

    Type Description
    String

    A string that is the previous DefinedName.Comment value.

    See Also