TableStructure.Add(TableRowGroupStructure) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將資料列群組加入至資料表。
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
。