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

Syntax

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

Property Value

LineStyleType

Implements

IInternalAddtionalFormat..::..RightBorderLineStyle

See Also