TableRowGroupStructure.Add(TableRowStructure) Método

Definición

Agrega una fila al grupo de filas de la tabla.

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)

Parámetros

tableRow
TableRowStructure

Fila que se va a agregar.

Excepciones

La fila es nula.

Se aplica a