ConditionalFormatWrapper
BottomBorderColor 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 Color BottomBorderColor { get; set; }
Public Property BottomBorderColor As Color
Get
Set
public:
virtual property Color BottomBorderColor {
Color get () sealed;
void set (Color value) sealed;
}
abstract BottomBorderColor : Color with get, set
override BottomBorderColor : Color with get, set
Property Value
Type:
Color
Implements
IConditionalFormat
BottomBorderColor
See Also