Note

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

Access to this page requires authorization. You can try .

Excel.Interfaces.ShapeGroupData interface

Package:
excel

An interface describing the data returned by calling shapeGroup.toJSON().

Remarks

Used by

Properties

id

Specifies the shape identifier.

shapes

Returns the collection of Shape objects.

Property Details

id

Specifies the shape identifier.

id?: string;

Property Value

string

Remarks

API set: ExcelApi 1.9

shapes

Returns the collection of Shape objects.

shapes?: Excel.Interfaces.ShapeData[];

Property Value

Remarks

API set: ExcelApi 1.9


Feedback

Was this page helpful?