共用方式為


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

適用於