TableRowGroupStructure.Add(TableRowStructure) Método

Definición

Agrega una fila al grupo de filas de 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 null.

Se aplica a