Skip to main content
All docs
V24.1
Row

ReadOnlyDocumentProperties.LastModifiedBy Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

string LastModifiedBy { get; }

Property Value

Type Description
String

The user name.

See Also