TableCellCollection.Add(TableCell) Method

Definition

Appends a specified TableCell to the collection of table cells.

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)

Parameters

item
TableCell

The TableCell to append to the collection of table cells.

Implements

Exceptions

Raised when item already belongs to a collection.

Raised when item is null.

Applies to