Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Color RightBorderColor { get; set; }
Public Property RightBorderColor As Color
	Get
	Set
public:
virtual property Color RightBorderColor {
	Color get () sealed;
	void set (Color value) sealed;
}
abstract RightBorderColor : Color with get, set
override RightBorderColor : Color with get, set

Property Value

Color

Implements

IConditionalFormat..::..RightBorderColor

See Also