[]
        
(Showing Draft Content)

C1.Excel.XLShapeLineStyle

XLShapeLineStyle Enum

Specifies the style of borders drawn around XLShape objects.

Namespace: C1.Excel
Assembly: C1.Excel.dll
Syntax
public enum XLShapeLineStyle

Fields

Name Description
Double

Double lines of equal width.

Simple

Single line (of width LineWidth).

ThickThin

Double lines, one thick, one thin.

ThinThick

Double lines, reverse order.

Triple

Three lines, thin, thick, thin.