TableRowStructure.Add(TableCellStructure) Metoda

Definicja

Dodaje komórkę do wiersza tabeli.

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)

Parametry

tableCell
TableCellStructure

Komórka do dodania.

Wyjątki

Komórka to null.

Dotyczy