Note

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

Access to this page requires authorization. You can try .

Excel.Interfaces.ShapeGroupLoadOptions interface

Package:
excel

Represents a shape group inside a worksheet. To get the corresponding Shape object, use ShapeGroup.shape.

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

Specifies the shape identifier.

shape

Returns the Shape object associated with the group.

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

Specifies the shape identifier.

id?: boolean;

Property Value

boolean

Remarks

API set: ExcelApi 1.9

shape

Returns the Shape object associated with the group.

shape?: Excel.Interfaces.ShapeLoadOptions;

Property Value

Remarks

API set: ExcelApi 1.9


Feedback

Was this page helpful?