Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Excel.Interfaces.GeometricShapeLoadOptions interface

Package:
excel

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.

Properties

$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).

id

Returns the shape identifier.

shape

Returns the Shape object for the geometric shape.

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

API set: ExcelApi 1.9

shape

Returns the Shape object for the geometric shape.

shape?: Excel.Interfaces.ShapeLoadOptions;

Property Value

Remarks

API set: ExcelApi 1.9


Feedback

Was this page helpful?