Partager via


TableRowStructure.Add(TableCellStructure) Méthode

Définition

Ajoute une cellule à une ligne de table.

public:
 void Add(System::Windows::Documents::DocumentStructures::TableCellStructure ^ tableCell);
public void Add (System.Windows.Documents.DocumentStructures.TableCellStructure tableCell);
member this.Add : System.Windows.Documents.DocumentStructures.TableCellStructure -> unit
Public Sub Add (tableCell As TableCellStructure)

Paramètres

tableCell
TableCellStructure

Cellule à ajouter.

Exceptions

La cellule est null.

S’applique à