Aracılığıyla paylaş


TableCellCollection.Add(TableCell) Yöntem

Tanım

Belirtilen TableCell bir öğesini tablo hücreleri koleksiyonuna ekler.

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)

Parametreler

item
TableCell

TableCell Tablo hücreleri koleksiyonuna eklenecek.

Uygulamalar

Özel durumlar

Zaten bir koleksiyona ait olduğunda item oluşturulur.

Null olduğunda item tetikleniyor.

Şunlara uygulanır