TableStructure.Add(TableRowGroupStructure) Metodo

Definizione

Aggiunge un gruppo di righe a una tabella.

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)

Parametri

tableRowGroup
TableRowGroupStructure

Gruppo di righe da aggiungere.

Eccezioni

Il gruppo di righe è null.

Si applica a