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

適用対象