Excel.Interfaces.GeometricShapeLoadOptions interface
Represents a geometric shape inside a worksheet. A geometric shape can be a rectangle, block arrow, equation symbol, flowchart item, star, banner, callout, or any other basic shape in Excel.
Remarks
Properties
| $all | Specifying |
| id | Returns the shape identifier. |
| shape | Returns the |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
id
Returns the shape identifier.
id?: boolean;
Property Value
boolean
Remarks
shape
Returns the Shape object for the geometric shape.
shape?: Excel.Interfaces.ShapeLoadOptions;