AddtionalFormatWrapper
BottomBorderLineStyle Property
|
Gets or sets the line style of the bottom border.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public virtual LineStyleType BottomBorderLineStyle { get; set; }
Public Overridable Property BottomBorderLineStyle As LineStyleType
Get
Set
public:
virtual property LineStyleType BottomBorderLineStyle {
LineStyleType get ();
void set (LineStyleType value);
}
abstract BottomBorderLineStyle : LineStyleType with get, set
override BottomBorderLineStyle : LineStyleType with get, set
Return Value
Type:
LineStyleType
The line style of the bottom border.
Implements
IInternalAddtionalFormat
BottomBorderLineStyle
See Also