Excel.Interfaces.WorksheetCustomPropertyData interface
一个描述通过调用 worksheetCustomProperty.toJSON()返回的数据的接口。
属性
| key | 获取 customProperty 的键。 自定义属性键不区分大小写。 该项限制为 255 个字符 (值越大,将导致 |
| value | 指定自定义属性的值。 |
属性详细信息
key
获取 customProperty 的键。 自定义属性键不区分大小写。 该项限制为 255 个字符 (值越大,将导致 InvalidArgument 引发错误。)
key?: string;
属性值
string