Excel.Interfaces.ShapeGroupData interface
An interface describing the data returned by calling shapeGroup.toJSON()
.
Properties
id | Specifies the shape identifier. |
shapes | Returns the collection of |
Property Details
id
Specifies the shape identifier.
id?: string;
Property Value
string
Remarks
shapes
Returns the collection of Shape
objects.
shapes?: Excel.Interfaces.ShapeData[];
Property Value
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins