共用方式為


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。

適用於