Class LineFormat (Excel VBA)

The class LineFormat represents line and arrowhead formatting.

The classes ChartFormat and Shape. give access to class LineFormat

Properties

BackColor returns or sets a ColorFormat object that represents the specified fill background color.

BeginArrowheadLength returns or sets the length of the arrowhead at the beginning of the specified line.

BeginArrowheadStyle returns or sets the style of the arrowhead at the beginning of the specified line.

BeginArrowheadWidth returns or sets the width of the arrowhead at the beginning of the specified line.

DashStyle returns or sets the dash style for the specified line. Can be one of the MsoLineDashStyle contants.

EndArrowheadLength returns or sets the length of the arrowhead at the end of the specified line.

EndArrowheadStyle returns or sets the style of the arrowhead at the end of the specified line.

EndArrowheadWidth returns or sets the width of the arrowhead at the end of the specified line.

ForeColor returns or sets a ColorFormat object that represents the specified foreground fill or solid color.

InsetPen returns or sets whether lines are drawn inside the specified shape's boundaries.

Pattern returns or sets an MsoPatternType value that represents the fill pattern.

Style returns or sets an MsoLineStyle value that represents the style of the line.

Transparency returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).

Visible returns or sets an MsoTriState value that determines whether the object is visible.

Weight returns or sets a Single value that represents the weight of the line.

ColorFormat - Represents the color of a one-color object, the foreground or background color of an object with a gradient or patterned fill, or the pointer color.