AddtionalFormatWrapper
RightBorderColor Property
|
Gets the right border color of the style.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public virtual OColor RightBorderColor { get; }
Public Overridable ReadOnly Property RightBorderColor As OColor
Get
public:
virtual property OColor^ RightBorderColor {
OColor^ get ();
}
abstract RightBorderColor : OColor with get
override RightBorderColor : OColor with get
Return Value
Type:
OColor
The right border color as an OColor object.
Implements
IInternalAddtionalFormat
RightBorderColor
See Also