TableStructure.Add(TableRowGroupStructure) Método

Definição

Adiciona um grupo de linhas a uma tabela.

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)

Parâmetros

tableRowGroup
TableRowGroupStructure

O grupo de linhas a ser adicionado.

Exceções

O grupo de linhas é null.

Aplica-se a