Workbook
HasTrackedChanges Property
|
Indicates whether the workbook has any tracked changes
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool HasTrackedChanges { get; }
Public ReadOnly Property HasTrackedChanges As Boolean
Get
public:
property bool HasTrackedChanges {
bool get ();
}
member HasTrackedChanges : bool with get
Property Value
Type:
Boolean
See Also