ConditionalFormatWrapper
LeftBorderStyle Property
|
Left 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 LeftBorderStyle { get; set; }
Public Property LeftBorderStyle As LineStyleType
Get
Set
public:
virtual property LineStyleType LeftBorderStyle {
LineStyleType get () sealed;
void set (LineStyleType value) sealed;
}
abstract LeftBorderStyle : LineStyleType with get, set
override LeftBorderStyle : LineStyleType with get, set
Property Value
Type:
LineStyleType
Implements
IConditionalFormat
LeftBorderStyle
See Also