TableRowStructure.Add(TableCellStructure) Methode

Definition

Fügt einer Tabellenzeile eine Zelle hinzu.

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)

Parameter

tableCell
TableCellStructure

Die hinzuzufügende Zelle.

Ausnahmen

Die Zelle ist null.

Gilt für: