TableRowStructure.Add(TableCellStructure) Methode

Definitie

Voegt een cel toe aan een tabelrij.

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)

Parameters

tableCell
TableCellStructure

De cel die moet worden toegevoegd.

Uitzonderingen

De cel is null.

Van toepassing op