[]
        
(Showing Draft Content)

GC.Spread.Sheets.Shapes.IShapeLine

Interface: IShapeLine

Sheets.Shapes.IShapeLine

Table of contents

Properties

Properties

beginArrowheadLength

Optional beginArrowheadLength: ArrowheadLength

The begin arrowhead length, it is ArrowheadLength enum.


beginArrowheadStyle

Optional beginArrowheadStyle: ArrowheadStyle

The begin arrowhead style, it is ArrowheadStyle enum.


beginArrowheadWidth

Optional beginArrowheadWidth: ArrowheadWidth

The begin arrowhead width, it is ArrowheadWidth enum.


capType

Optional capType: string | LineCapStyle

The line cap type, it is LineCapStyle enum or formula(starts with =).


color

Optional color: string

The line color, it is a color string or formula(starts with =).


compoundType

Optional compoundType: string | CompoundType

The line compound type, it is CompoundType enum or formula(starts with =).


endArrowheadLength

Optional endArrowheadLength: ArrowheadLength

The end arrowhead length, it is ArrowheadLength enum.


endArrowheadStyle

Optional endArrowheadStyle: ArrowheadStyle

The end arrowhead style, it is ArrowheadStyle enum.


endArrowheadWidth

Optional endArrowheadWidth: ArrowheadWidth

The end arrowhead width, it is ArrowheadWidth enum.


joinType

Optional joinType: string | LineJoinStyle

The line join type, it is LineJoinStyle enum or formula(starts with =).


lineStyle

Optional lineStyle: string | PresetLineDashStyle

The line style, it is PresetLineDashStyle enum or formula(starts with =).


transparency

Optional transparency: string | number

The line color transparency, it is a number that is between 0 and 1 or formula(starts with =).


width

Optional width: string | number

The line width, it is a number or formula(starts with =).