[]
        
(Showing Draft Content)

GrapeCity.Drawing.LineStyle

LineStyle Enum

Specifies the style for a line.

Namespace: GrapeCity.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum LineStyle : byte
Public Enum LineStyle As Byte

Fields

Name Description
Single

Single line.

ThickBetweenThin

Thick line with a thin line on each side.

ThickThin

Thick line next to thin line. For horizontal lines, the thick line is above the thin line. For vertical lines, the thick line is to the left of the thin line.

ThinThick

Thick line next to thin line. For horizontal lines, the thick line is below the thin line. For vertical lines, the thick line is to the right of the thin line.

ThinThin

Two thin lines.