TableRowGroupStructure.Add(TableRowStructure) Méthode

Définition

Ajoute une ligne au groupe de lignes de table.

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)

Paramètres

tableRow
TableRowStructure

Ligne à ajouter.

Exceptions

La ligne a la valeur null.

S’applique à