Gets or sets border line style.

Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025

Syntax

C#
public LineStyle LineStyle { get; set; }
Visual Basic
Public Property LineStyle As LineStyle
	Get
	Set

Remarks

Note that although diagonal-up (IndividualBorder.DiagonalUp or MultipleBorders.DiagonalUp) and diagonal-down (IndividualBorder.DiagonalDown or MultipleBorders.DiagonalDown) can be individually set, they share the same color and the same line style. This is a Microsoft Excel limitation.

See Also