TableRowStructure.Add(TableCellStructure) Metod

Definition

Lägger till en cell i en tabellrad.

public:
 void Add(System::Windows::Documents::DocumentStructures::TableCellStructure ^ tableCell);
public void Add(System.Windows.Documents.DocumentStructures.TableCellStructure tableCell);
member this.Add : System.Windows.Documents.DocumentStructures.TableCellStructure -> unit
Public Sub Add (tableCell As TableCellStructure)

Parametrar

tableCell
TableCellStructure

Cellen som ska läggas till.

Undantag

Cellen är null.

Gäller för