IExtendedFormat
IsModified Property
|
Gets a value indicating whether the object has been modified.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ReadOnly Property IsModified As Boolean
Get
property bool IsModified {
bool get ();
}
abstract IsModified : bool with get
Property Value
Type:
Boolean
See Also