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