Description
Deletes a specified row and its contents from the worksheet. Rows below the deleted row will be moved up.
C#
vb.net
Parameters
rowNumber
The 0-based number of the row to remove.Examples
C#
vb.net
Deletes a specified row and its contents from the worksheet. Rows below the deleted row will be moved up.