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