CreateSubtotal
内容
[
隐藏
]CreateSubtotal(int, int, int, SubtotalFunction, int[], string, GridTableItemStyle, GridTableItemStyle, NumberType, string)
在工作表中创建小计。
public void CreateSubtotal(int columnNameRowIndex, int dataRows, int groupByColumnIndex,
SubtotalFunction subtotalFunction, int[] subtotalColumnIndexList, string functionLabel,
GridTableItemStyle grandCellStyle, GridTableItemStyle subtotalCellStyle, NumberType numberType,
string customString)
范围 | 类型 | 描述 |
---|---|---|
columnNameRowIndex | Int32 | 列名行的行索引。 |
dataRows | Int32 | 数据行数。 |
groupByColumnIndex | Int32 | 要分组的列的列索引。 |
subtotalFunction | SubtotalFunction | 小计函数类型。 |
subtotalColumnIndexList | Int32[] | 要小计的列索引。 |
functionLabel | String | 小计函数的标签。 |
grandCellStyle | GridTableItemStyle | 大总线的风格。 |
subtotalCellStyle | GridTableItemStyle | 小计线的样式。 |
numberType | NumberType | 小计结果单元格的数字类型。 |
customString | String | 小计结果单元格的自定义格式字符串。可以为空。 |
也可以看看
- enum SubtotalFunction
- class GridTableItemStyle
- enum NumberType
- class GridWorksheet
- 命名空间 Aspose.Cells.GridWeb.Data
- 部件 Aspose.Cells.GridWeb
CreateSubtotal(int, int, int, SubtotalFunction, int[])
在工作表中创建小计。
public void CreateSubtotal(int columnNameRowIndex, int dataRows, int groupByColumnIndex,
SubtotalFunction subtotalFunction, int[] subtotalColumnIndexList)
范围 | 类型 | 描述 |
---|---|---|
columnNameRowIndex | Int32 | 列名行的行索引。 |
dataRows | Int32 | 数据行数。 |
groupByColumnIndex | Int32 | 要分组的列的列索引。 |
subtotalFunction | SubtotalFunction | 小计函数类型。 |
subtotalColumnIndexList | Int32[] | 要小计的列索引。 |
也可以看看
- enum SubtotalFunction
- class GridWorksheet
- 命名空间 Aspose.Cells.GridWeb.Data
- 部件 Aspose.Cells.GridWeb