Excel.Interfaces.GeometricShapeLoadOptions interface

表示工作表内的几何形状。 几何形状可以是矩形、块箭头、公式符号、流程图项、星形、横幅、标注或 Excel 中的任何其他基本形状。

属性

$all

指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。

id

返回形状标识符。

shape

返回 Shape 几何形状的对象。

属性详细信息

$all

指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。

$all?: boolean;

属性值

boolean

id

返回形状标识符。

id?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.9

shape

返回 Shape 几何形状的对象。

shape?: Excel.Interfaces.ShapeLoadOptions;

属性值

注解

API 集:ExcelApi 1.9