TableRowGroupCollection.Add(TableRowGroup) Methode

Definition

Fügt ein angegebenes Element an die Auflistung an.

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

Parameter

item
TableRowGroup

Ein Element, das an die Auflistung angefügt werden soll.

Implementiert

Ausnahmen

Wird ausgelöst, wenn item bereits einer Auflistung angehört.

Wird ausgelöst, wenn itemNULL ist.

Gilt für: