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; }
Public Property EndPoint As Point
Get
Set
public:
property Point EndPoint {
Point get ();
void set (Point value);
}
member EndPoint : Point with 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