Excel.Interfaces.ShapeGroupData interface

一个描述通过调用 shapeGroup.toJSON()返回的数据的接口。

注解

使用方

属性

id

指定形状标识符。

shapes

返回对象的 Shape 集合。

属性详细信息

id

指定形状标识符。

id?: string;

属性值

string

注解

API 集:ExcelApi 1.9

shapes

返回对象的 Shape 集合。

shapes?: Excel.Interfaces.ShapeData[];

属性值

注解

API 集:ExcelApi 1.9