Description |
---|
Excerpt |
---|
Deletes a specified row and its contents from the worksheet. Rows below the deleted row will be moved up. |
Signature | ||||
---|---|---|---|---|
| ||||
public void DeleteRow(int rowNumber) |
Signature | ||||
---|---|---|---|---|
| ||||
Public Sub DeleteRow(ByVal rowNumber As Integer) |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
The 0-based number of the row to remove. |
Example | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|