Click or drag to resize

XlsLineShape EndArrowHeadStyle Property

Gets or sets the style of the end arrowhead for the shape's line.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ShapeArrowStyleType EndArrowHeadStyle { get; set; }

Return Value

Type: ShapeArrowStyleType
The ShapeArrowStyleType representing the style of the end arrowhead.

Implements

ILineShape EndArrowHeadStyle
See Also