Excel.CellValueExtraProperties interface
这些额外的属性可能会出现在 上 CellValue
,并提供有关该 CellValue
的信息,但额外的属性不是单元格中值的一部分。
注解
属性
writable | 表示此 |
writable |
表示有关指定为 false 的原因 |
属性详细信息
writable
表示此 CellValue
是否将用于覆盖单元格。 如果为 false,则使用此值 CellValue
覆盖单元格的 API 将忽略此值,而不会引发错误。 默认值为 true。
writable?: boolean;
属性值
boolean
注解
writableNote
表示有关指定为 false 的原因 CellValue.writable
的说明。 注意:仅当 指定为 false 时 writable
,此字符串才可用。
writableNote?: string;
属性值
string