CreateSubtotal
İçindekiler
[
Saklamak
]CreateSubtotal(int, int, int, SubtotalFunction, int[], string, GridTableItemStyle, GridTableItemStyle, NumberType, string)
Sayfada ara toplam oluşturur.
public void CreateSubtotal(int columnNameRowIndex, int dataRows, int groupByColumnIndex,
SubtotalFunction subtotalFunction, int[] subtotalColumnIndexList, string functionLabel,
GridTableItemStyle grandCellStyle, GridTableItemStyle subtotalCellStyle, NumberType numberType,
string customString)
| Parametre | Tip | Tanım |
|---|---|---|
| columnNameRowIndex | Int32 | Sütun adı satırının satır dizini. |
| dataRows | Int32 | Veri satırlarının sayısı. |
| groupByColumnIndex | Int32 | Gruplandırılacak sütunun sütun dizini. |
| subtotalFunction | SubtotalFunction | Ara toplam işlev türü. |
| subtotalColumnIndexList | Int32[] | Alt toplamı alınacak sütun dizinleri. |
| functionLabel | String | Ara toplam fonksiyonunun etiketi. |
| grandCellStyle | GridTableItemStyle | Büyük toplam çizgisinin stili. |
| subtotalCellStyle | GridTableItemStyle | Ara toplam çizgisinin stili. |
| numberType | NumberType | Ara toplam sonuç hücrelerinin sayı türü. |
| customString | String | Ara toplam sonuç hücrelerinin özel biçim dizesi. Boş olabilir. |
Ayrıca bakınız
- enum SubtotalFunction
- class GridTableItemStyle
- enum NumberType
- class GridWorksheet
- ad alanı Aspose.Cells.GridWeb.Data
- toplantı Aspose.Cells.GridWeb
CreateSubtotal(int, int, int, SubtotalFunction, int[])
Sayfada ara toplam oluşturur.
public void CreateSubtotal(int columnNameRowIndex, int dataRows, int groupByColumnIndex,
SubtotalFunction subtotalFunction, int[] subtotalColumnIndexList)
| Parametre | Tip | Tanım |
|---|---|---|
| columnNameRowIndex | Int32 | Sütun adı satırının satır dizini. |
| dataRows | Int32 | Veri satırlarının sayısı. |
| groupByColumnIndex | Int32 | Gruplandırılacak sütunun sütun dizini. |
| subtotalFunction | SubtotalFunction | Ara toplam işlev türü. |
| subtotalColumnIndexList | Int32[] | Alt toplamı alınacak sütun dizinleri. |
Ayrıca bakınız
- enum SubtotalFunction
- class GridWorksheet
- ad alanı Aspose.Cells.GridWeb.Data
- toplantı Aspose.Cells.GridWeb