XlsTextBoxShape
Coordinates2007 Property
|
Gets or sets the coordinates of the shape in the Excel07 format.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Rectangle Coordinates2007 { get; set; }
Public Property Coordinates2007 As Rectangle
Get
Set
public:
property Rectangle Coordinates2007 {
Rectangle get ();
void set (Rectangle value);
}
member Coordinates2007 : Rectangle with get, set
Return Value
Type:
Rectangle
A Rectangle representing the coordinates of the shape.
See Also