XmlMappedRange.Subtotal Yöntem

Tanım

Denetim için XmlMappedRange alt toplamlar oluşturur.

public object Subtotal (int GroupBy, Microsoft.Office.Interop.Excel.XlConsolidationFunction Function, object TotalList, object Replace, object PageBreaks, Microsoft.Office.Interop.Excel.XlSummaryRow SummaryBelowData = Microsoft.Office.Interop.Excel.XlSummaryRow.xlSummaryBelow);
abstract member Subtotal : int * Microsoft.Office.Interop.Excel.XlConsolidationFunction * obj * obj * obj * Microsoft.Office.Interop.Excel.XlSummaryRow -> obj
Public Function Subtotal (GroupBy As Integer, Function As XlConsolidationFunction, TotalList As Object, Optional Replace As Object, Optional PageBreaks As Object, Optional SummaryBelowData As XlSummaryRow = Microsoft.Office.Interop.Excel.XlSummaryRow.xlSummaryBelow) As Object

Parametreler

GroupBy
Int32

Tek tabanlı bir tamsayı uzaklığı olarak gruplandırma alanı.

TotalList
Object

Alt toplamların eklendiği alanları gösteren 1 tabanlı alan uzaklıkları dizisi.

Replace
Object

true var olan alt toplamları değiştirmek için. false varsayılan değerdir.

PageBreaks
Object

true her gruptan sonra sayfa sonları eklemek için. false varsayılan değerdir.

SummaryBelowData
XlSummaryRow

Alt toplama göre özet verileri Places. Aşağıdaki XlSummaryRow değerlerden biri olabilir: xlSummaryAbovexlSummaryBelow (varsayılan)

Döndürülenler

Açıklamalar

İsteğe Bağlı Parametreler

İsteğe bağlı parametreler hakkında bilgi için bkz. Office Çözümleri'nde İsteğe Bağlı Parametreler.

Şunlara uygulanır