Format
PivotTable.Format method
格式化可透视区域中的单元格
public void Format(int row, int column, Style style)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 单元格的行索引 |
column | Int32 | 单元格的列索引 |
style | Style | 用于格式化单元格的样式 |
也可以看看
- class Style
- class PivotTable
- 命名空间 Aspose.Cells.Pivot
- 部件 Aspose.Cells
格式化可透视区域中的单元格
public void Format(int row, int column, Style style)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 单元格的行索引 |
column | Int32 | 单元格的列索引 |
style | Style | 用于格式化单元格的样式 |