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

适用于