Compartir a través de


TableRowStructure.Add(TableCellStructure) Método

Definición

Agrega una celda a una fila de la tabla.

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)

Parámetros

tableCell
TableCellStructure

Celda que se va a agregar.

Excepciones

La celda es null.

Se aplica a