Sdílet prostřednictvím


TableRowGroupStructure.Add(TableRowStructure) Metoda

Definice

Přidá řádek do skupiny řádků tabulky.

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

Řádek, který chcete přidat.

Výjimky

Řádek má hodnotu null.

Platí pro