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 | سلسلة تنسيق custome لخلايا نتيجة المجموع الفرعي. يمكن أن تكون خالية. |
أنظر أيضا
- 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