TableRowGroupStructure.Add(TableRowStructure) Metoda

Definicja

Dodaje wiersz do grupy wierszy tabeli.

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

Parametry

tableRow
TableRowStructure

Wiersz do dodania.

Wyjątki

Wiersz ma wartość null.

Dotyczy