Freigeben über


TableStructure.Add(TableRowGroupStructure) Methode

Definition

Fügt einer Tabelle eine Gruppe von Zeilen hinzu.

public:
 void Add(System::Windows::Documents::DocumentStructures::TableRowGroupStructure ^ tableRowGroup);
public void Add (System.Windows.Documents.DocumentStructures.TableRowGroupStructure tableRowGroup);
member this.Add : System.Windows.Documents.DocumentStructures.TableRowGroupStructure -> unit
Public Sub Add (tableRowGroup As TableRowGroupStructure)

Parameter

tableRowGroup
TableRowGroupStructure

Die hinzuzufügende Zeilengruppe.

Ausnahmen

Die Gruppe der Zeilen ist null.

Gilt für