InsertRows

InsertRows(int, int, bool)

Inserta varias filas en la hoja de trabajo.

public void InsertRows(int rowIndex, int totalRows, bool updateReference)
ParámetroEscribeDescripción
rowIndexInt32Índice de fila.
totalRowsInt32Número de filas a insertar.
updateReferenceBooleanIndica si se actualizarán las referencias en otras hojas de trabajo.

Ver también


InsertRows(int, int)

Inserta varias filas en la hoja de trabajo.

public void InsertRows(int rowIndex, int totalRows)
ParámetroEscribeDescripción
rowIndexInt32Índice de fila.
totalRowsInt32Número de filas a insertar.

Ver también