Deletes the specified rows.
Syntax
expression.DeleteRows(NumberOfRows)
expression An expression that returns a Range object.
NumberOfRows Optional Long. Specifies the number of rows to be deleted. If you do not specify this argument, all rows in the specified range are deleted.