XlsConditionalFormat
IsPatternFormatPresent Property
|
Indicates whether contains pattern formatting.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsPatternFormatPresent { get; set; }
Public Property IsPatternFormatPresent As Boolean
Get
Set
public:
property bool IsPatternFormatPresent {
bool get ();
void set (bool value);
}
member IsPatternFormatPresent : bool with get, set
Property Value
Type:
Boolean
See Also