Click or drag to resize

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; }

Return Value

Type: Rectangle
A Rectangle representing the coordinates of the shape.
See Also