TableCellCollection.Add(TableCell) Metoda

Definice

Připojí zadanou TableCell do kolekce buněk tabulky.

public:
 virtual void Add(System::Windows::Documents::TableCell ^ item);
public void Add(System.Windows.Documents.TableCell item);
abstract member Add : System.Windows.Documents.TableCell -> unit
override this.Add : System.Windows.Documents.TableCell -> unit
Public Sub Add (item As TableCell)

Parametry

item
TableCell

Připojení TableCell k kolekci buněk tabulky

Implementuje

Výjimky

Vyvolání, pokud item již patří do kolekce.

Vyvolá se, když item má hodnotu null.

Platí pro