ConditionalFormatWrapper
RightBorderColorObject Property
|
Conditional format right border color. Read-only.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public OColor RightBorderColorObject { get; }
Public ReadOnly Property RightBorderColorObject As OColor
Get
public:
virtual property OColor^ RightBorderColorObject {
OColor^ get () sealed;
}
abstract RightBorderColorObject : OColor with get
override RightBorderColorObject : OColor with get
Property Value
Type:
OColor
See Also