TableStructure.Add(TableRowGroupStructure) Método

Definición

Agrega un grupo de filas a una tabla.

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

El grupo de filas que se va a agregar.

Excepciones

El grupo de filas es null.

Se aplica a