TableRowStructure.Add(TableCellStructure) Método

Definição

Adiciona uma célula a uma linha da tabela.

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

A célula a ser adicionada.

Exceções

A célula é null.

Aplica-se a