Edit

Share via


Excel.Interfaces.ShapeGroupData interface

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