PivotTable.RowGrand
PivotTable.RowGrand
PivotTable.RowGrand
Property
Definition
True, wenn in dem PivotTable-Bericht Gesamtergebnisse für Zeilen angezeigt werden. Boolean-Wert mit Lese-/Schreibzugriff. True if the PivotTable report shows grand totals for rows. Read/write Boolean.
public:
property bool RowGrand { bool get(); void set(bool value); };
public bool RowGrand { get; set; }
Public Property RowGrand As Boolean