Share via


TableRowGroupStructure.Add(TableRowStructure) メソッド

定義

行をテーブルの行グループに追加します。

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

パラメーター

tableRow
TableRowStructure

追加する行。

例外

行が null です。

適用対象