Back to Devexpress

Workbook.Modified Property

officefileapi-devexpress-dot-spreadsheet-dot-workbook-3a0927d6.md

latest1.4 KB
Original Source

Workbook.Modified Property

Gets or sets whether the workbook content was modified since it was last saved.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this property in production code.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public bool Modified { get; set; }
vb
Public Property Modified As Boolean

Property Value

TypeDescription
Boolean

true , if the workbook content was modified; otherwise, false.

|

Implements

Modified

See Also

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace