ConditionalFormatWrapper
BottomBorderStyle Property
|
Bottom border line style.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public LineStyleType BottomBorderStyle { get; set; }
Public Property BottomBorderStyle As LineStyleType
Get
Set
public:
virtual property LineStyleType BottomBorderStyle {
LineStyleType get () sealed;
void set (LineStyleType value) sealed;
}
abstract BottomBorderStyle : LineStyleType with get, set
override BottomBorderStyle : LineStyleType with get, set
Property Value
Type:
LineStyleType
Implements
IConditionalFormat
BottomBorderStyle
See Also