TableStructure.Add(TableRowGroupStructure) Methode

Definitie

Voegt een groep rijen toe aan een tabel.

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)

Parameters

tableRowGroup
TableRowGroupStructure

De groep rijen die u wilt toevoegen.

Uitzonderingen

De groep rijen is null.

Van toepassing op