TableStructure.Add(TableRowGroupStructure) メソッド

定義

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

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

パラメーター

tableRowGroup
TableRowGroupStructure

追加する行グループ。

例外

行グループが null です。

適用対象