Excel.Interfaces.ShapeGroupData interface
一个接口,用于描述通过调用 shapeGroup.toJSON()
返回的数据。
属性详细信息
id
shapes
返回 对象的集合 Shape
。
shapes?: Excel.Interfaces.ShapeData[];
一个接口,用于描述通过调用 shapeGroup.toJSON()
返回的数据。
返回 对象的集合 Shape
。
shapes?: Excel.Interfaces.ShapeData[];