TableRowGroupStructure.Add(TableRowStructure) Metodo

Definizione

Aggiunge una riga al gruppo di righe di tabella.

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)

Parametri

tableRow
TableRowStructure

Riga da aggiungere.

Eccezioni

La riga è null.

Si applica a