CreateSubtotal
Contenido
[
Ocultar
]CreateSubtotal(int, int, int, SubtotalFunction, int[], string, GridTableItemStyle, GridTableItemStyle, NumberType, string)
Crea subtotal en la hoja.
public void CreateSubtotal(int columnNameRowIndex, int dataRows, int groupByColumnIndex,
SubtotalFunction subtotalFunction, int[] subtotalColumnIndexList, string functionLabel,
GridTableItemStyle grandCellStyle, GridTableItemStyle subtotalCellStyle, NumberType numberType,
string customString)
Parámetro | Escribe | Descripción |
---|---|---|
columnNameRowIndex | Int32 | El índice de fila de la fila de nombre de columna. |
dataRows | Int32 | El número de las filas de datos. |
groupByColumnIndex | Int32 | El índice de columna de la columna que se va a agrupar. |
subtotalFunction | SubtotalFunction | El tipo de función de subtotal. |
subtotalColumnIndexList | Int32[] | Los índices de columna que se subtotalizarán. |
functionLabel | String | La etiqueta de la función subtotal. |
grandCellStyle | GridTableItemStyle | El estilo de la gran línea total. |
subtotalCellStyle | GridTableItemStyle | El estilo de la línea de subtotal. |
numberType | NumberType | El tipo de número de las celdas de resultado del subtotal. |
customString | String | La cadena de formato personalizado de las celdas de resultado del subtotal. Puede ser nulo. |
Ver también
- enum SubtotalFunction
- class GridTableItemStyle
- enum NumberType
- class GridWorksheet
- espacio de nombres Aspose.Cells.GridWeb.Data
- asamblea Aspose.Cells.GridWeb
CreateSubtotal(int, int, int, SubtotalFunction, int[])
Crea subtotal en la hoja.
public void CreateSubtotal(int columnNameRowIndex, int dataRows, int groupByColumnIndex,
SubtotalFunction subtotalFunction, int[] subtotalColumnIndexList)
Parámetro | Escribe | Descripción |
---|---|---|
columnNameRowIndex | Int32 | El índice de fila de la fila de nombre de columna. |
dataRows | Int32 | El número de las filas de datos. |
groupByColumnIndex | Int32 | El índice de columna de la columna que se va a agrupar. |
subtotalFunction | SubtotalFunction | El tipo de función de subtotal. |
subtotalColumnIndexList | Int32[] | Los índices de columna que se subtotalizarán. |
Ver también
- enum SubtotalFunction
- class GridWorksheet
- espacio de nombres Aspose.Cells.GridWeb.Data
- asamblea Aspose.Cells.GridWeb