TableCellCollection.Add(TableCell) Metod

Definition

Lägger till en angiven TableCell i samlingen med tabellceller.

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)

Parametrar

item
TableCell

Att TableCell lägga till i samlingen med tabellceller.

Implementeringar

Undantag

Upphöjt när item det redan tillhör en samling.

Upphöjt när item är null.

Gäller för