IConditionalFormat
BottomBorderKnownColor Property
|
Color of the bottom line.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ExcelColors BottomBorderKnownColor { get; set; }
Property BottomBorderKnownColor As ExcelColors
Get
Set
property ExcelColors BottomBorderKnownColor {
ExcelColors get ();
void set (ExcelColors value);
}
abstract BottomBorderKnownColor : ExcelColors with get, set
Property Value
Type:
ExcelColors
See Also