Excel.Interfaces.NoteCollectionLoadOptions interface
表示属于工作簿一部分的笔记对象集合。
属性
| $all | 指定加载选项将 |
| author |
对于集合中的每个项目: 获取注释的作者。 |
| content | For EACH ITEM in the collection: 指定备注的文本。 |
| height | 对于集合中的每个项目: 指定音符的高度。 注意:Excel web 版不支持此属性。 |
| visible | For EACH ITEM in the collection: 指定备注的可见性。 值意味着 |
| width | For EACH ITEM in the collection: 指定音符的宽度。 注意:Excel web 版不支持此属性。 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
authorName
content
height
visible
For EACH ITEM in the collection: 指定备注的可见性。 值意味着 true 显示备注。 注意:Excel web 版不支持此属性。
visible?: boolean;
属性值
boolean
注解
width
For EACH ITEM in the collection: 指定音符的宽度。 注意:Excel web 版不支持此属性。
width?: boolean;
属性值
boolean