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Индекс строки имени столбца row.
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Индекс строки имени столбца row.
dataRowsInt32Количество строк данных.
groupByColumnIndexInt32Индекс столбца для группируемого столбца.
subtotalFunctionSubtotalFunctionТип функции промежуточного итога.
subtotalColumnIndexListInt32[]Индексы столбца для промежуточного итога.

Смотрите также