TableStructure.Add(TableRowGroupStructure) Méthode

Définition

Ajoute un groupe de lignes à une table.

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)

Paramètres

tableRowGroup
TableRowGroupStructure

Groupe de lignes à ajouter.

Exceptions

Le groupe de lignes est null.

S’applique à