TableRowStructure.Add(TableCellStructure) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Adiciona uma célula a uma linha de 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 cela a acrescentar.
Exceções
A célula é null.