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