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)
范围类型描述
columnNameRowIndexInt32列名行的行索引。
dataRowsInt32数据行数。
groupByColumnIndexInt32要分组的列的列索引。
subtotalFunctionSubtotalFunction小计函数类型。
subtotalColumnIndexListInt32[]要小计的列索引。
functionLabelString小计函数的标签。
grandCellStyleGridTableItemStyle大总线的风格。
subtotalCellStyleGridTableItemStyle小计线的样式。
numberTypeNumberType小计结果单元格的数字类型。
customStringString小计结果单元格的自定义格式字符串。可以为空。

也可以看看


CreateSubtotal(int, int, int, SubtotalFunction, int[])

在工作表中创建小计。

public void CreateSubtotal(int columnNameRowIndex, int dataRows, int groupByColumnIndex, 
    SubtotalFunction subtotalFunction, int[] subtotalColumnIndexList)
范围类型描述
columnNameRowIndexInt32列名行的行索引。
dataRowsInt32数据行数。
groupByColumnIndexInt32要分组的列的列索引。
subtotalFunctionSubtotalFunction小计函数类型。
subtotalColumnIndexListInt32[]要小计的列索引。

也可以看看