Click or drag to resize

XlsLineShape EndPoint Property

Gets or sets the end point of the shape in the spreadsheet.

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

Property Value

Type: Point
A Point object representing the end coordinates of the shape.

Return Value

Type: Point
The end point of the shape as a Point object.
See Also