TableRowStructure.Add(TableCellStructure) Metodo

Definizione

Aggiunge una cella a una riga di tabella.

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)

Parametri

tableCell
TableCellStructure

Cella da aggiungere.

Eccezioni

La cella è null.

Si applica a