ConditionalFormatWrapper
RightBorderStyle Property
|
Right border line style.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
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
Type:
LineStyleType
Implements
IConditionalFormat
RightBorderStyle
See Also