Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Point

See Also