TableRowStructure.Add(TableCellStructure) Метод

Определение

Добавляет ячейку в строку таблицы.

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)

Параметры

tableCell
TableCellStructure

Добавляемая ячейка.

Исключения

Ячейка равна null.

Применяется к