Excel.Interfaces.SlicerStyleCollectionLoadOptions interface

表示对象的 SlicerStyle 集合。

属性

$all

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

name

For EACH ITEM in the collection: 指定切片器样式的名称。

readOnly

对于集合中的每个项目:指定此 SlicerStyle 对象是否为只读对象。

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

name

For EACH ITEM in the collection: 指定切片器样式的名称。

name?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.10

readOnly

对于集合中的每个项目:指定此 SlicerStyle 对象是否为只读对象。

readOnly?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.10