IShapeLineFormat
HasPattern Property
|
Indicates if current line format contain pattern.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool HasPattern { get; set; }
Property HasPattern As Boolean
Get
Set
property bool HasPattern {
bool get ();
void set (bool value);
}
abstract HasPattern : bool with get, set
Property Value
Type:
Boolean
See Also