TableRowStructure.Add(TableCellStructure) メソッド

定義

テーブル行にセルを追加します。

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)

パラメーター

tableCell
TableCellStructure

追加するセル。

例外

呼び出しは null です。

適用対象