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

أنظر أيضا


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

إنشاء المجموع الفرعي في الورقة .

public void CreateSubtotal(int columnNameRowIndex, int dataRows, int groupByColumnIndex, 
    SubtotalFunction subtotalFunction, int[] subtotalColumnIndexList)
معامليكتبوصف
columnNameRowIndexInt32فهرس الصف الخاص بصف اسم العمود.
dataRowsInt32عدد صفوف البيانات.
groupByColumnIndexInt32فهرس العمود الخاص بالعمود المراد تجميعه.
subtotalFunctionSubtotalFunctionنوع دالة المجموع الفرعي.
subtotalColumnIndexListInt32[]فهارس الأعمدة المراد حصرها في المجموع الفرعي.

أنظر أيضا