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。

适用于