IConditionalFormat
RightBorderStyle Property
|
Right border line style.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
LineStyleType RightBorderStyle { get; set; }
Property RightBorderStyle As LineStyleType
Get
Set
property LineStyleType RightBorderStyle {
LineStyleType get ();
void set (LineStyleType value);
}
abstract RightBorderStyle : LineStyleType with get, set
Property Value
Type:
LineStyleType
See Also