Cells.DeleteRow

DeleteRow(int)

Deletes a row.

public void DeleteRow(int rowIndex)
ParameterTypeDescription
rowIndexInt32Index of the row to be deleted.

See Also


DeleteRow(int, bool)

Deletes a row.

public void DeleteRow(int rowIndex, bool updateReference)
ParameterTypeDescription
rowIndexInt32Index of the row to be deleted.
updateReferenceBooleanIndicates whether update references in other worksheets.

See Also