CellStyleObject
IsModified Property
|
Returns the style has been modified
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsModified { get; }
Public ReadOnly Property IsModified As Boolean
Get
public:
virtual property bool IsModified {
bool get () sealed;
}
abstract IsModified : bool with get
override IsModified : bool with get
Property Value
Type:
Boolean
Implements
IExtendedFormat
IsModified
See Also