...
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}{signature: |
Signature | ||||||
---|---|---|---|---|---|---|
| }
| |||||
Public Sub DeleteRow(ByVal rowNumber As Integer)
{signature}
{parameters}
{param:rowNumber}The 0\-based number of the row to remove.{param}
{example}{code:csharp|title=C#} |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
The 0-based number of the row to remove. |
Example | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|