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