Office.RangeFormatConfiguration interface
指定区域及其格式。
属性
cells | 指定范围。 使用 Office.Table 枚举的示例:Office.Table.All。 使用 RangeCoordinates 的示例: |
format | 将格式指定为键值对。 例如: |
属性详细信息
cells
指定范围。 使用 Office.Table 枚举的示例:Office.Table.All。 使用 RangeCoordinates 的示例: {row: 3, column: 4}
指定第 4 (从零开始) 列中第 3 (从零开始的) 行中的单元格。
cells: Office.Table | RangeCoordinates
属性值
format
将格式指定为键值对。 例如:{borderColor: "white", fontStyle: "bold"}
format: object
属性值
object