TableRowCollection.Add(TableRow) Yöntem

Tanım

Belirtilen öğeyi koleksiyona ekler.

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

Parametreler

item
TableRow

Koleksiyona veya satırlara eklenecek tablo satırı.

Uygulamalar

Özel durumlar

Öğe zaten bir koleksiyona ait olduğunda oluşturulur.

Öğenull olduğunda oluşturulur.

Şunlara uygulanır