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 LineStyleType RightBorderStyle { get; set; }
Public Property RightBorderStyle As LineStyleType
	Get
	Set
public:
virtual property LineStyleType RightBorderStyle {
	LineStyleType get () sealed;
	void set (LineStyleType value) sealed;
}
abstract RightBorderStyle : LineStyleType with get, set
override RightBorderStyle : LineStyleType with get, set

Property Value

LineStyleType

Implements

IConditionalFormat..::..RightBorderStyle

See Also