IBorders
LineStyle Property
|
Returns or sets the line style for the border. Read / write LineStyleType.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
LineStyleType LineStyle { get; set; }
Property LineStyle As LineStyleType
Get
Set
property LineStyleType LineStyle {
LineStyleType get ();
void set (LineStyleType value);
}
abstract LineStyle : LineStyleType with get, set
Property Value
Type:
LineStyleType
See Also