XlsLineShape
StartPoint Property
|
Gets or sets the starting point of the shape in pixels relative to the top-left corner of the worksheet.
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 StartPoint { get; set; }
Public Property StartPoint As Point
Get
Set
public:
property Point StartPoint {
Point get ();
void set (Point value);
}
member StartPoint : Point with get, set
Property Value
Type:
Point
A Point object representing the X and Y coordinates of the starting point.
Return Value
Type:
Point
The starting point of the shape.
See Also