Excel.Interfaces.ShapeGroupData interface
An interface describing the data returned by calling shapeGroup.toJSON()
.
Property Details
id
Specifies the shape identifier.
id?: string;
Property Value
string
Remarks
shapes
Returns the collection of Shape
objects.
shapes?: Excel.Interfaces.ShapeData[];