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