ConditionalFormatWrapper
IsPatternStyleModified Property
|
Indicates whether pattern style was modified.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsPatternStyleModified { get; set; }
Public Property IsPatternStyleModified As Boolean
Get
Set
public:
property bool IsPatternStyleModified {
bool get ();
void set (bool value);
}
member IsPatternStyleModified : bool with get, set
Property Value
Type:
Boolean
See Also