TableStructure.Add(TableRowGroupStructure) Metoda

Definicja

Dodaje grupę wierszy do tabeli.

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)

Parametry

tableRowGroup
TableRowGroupStructure

Grupa wierszy do dodania.

Wyjątki

Grupa wierszy to null.

Dotyczy