Skip to main content
All docs
V25.2
  • Row

    ReadOnlyDocumentProperties.LastModifiedBy Property

    Returns the name of the user who last modified and saved the document.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    string LastModifiedBy { get; }

    Property Value

    Type Description
    String

    The user name.

    See Also