Click or drag to resize

XlsWorkbook Saved Property

Gets or sets a value indicating whether the object has been saved.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool Saved { get; set; }

Property Value

Type: Boolean
true if the object has been saved; otherwise, false .

Implements

IWorkbook Saved
See Also