Skip to main content
All docs
V25.1
  • Row

    ReadOnlyDocumentProperties.LastModifiedBy Property

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

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    string LastModifiedBy { get; }

    Property Value

    Type Description
    String

    The user name.

    See Also