Description |
---|
Excerpt |
---|
Deletes a specified row and its contents from the worksheet. Rows below the deleted row will be moved up. |
Signature | C# | C# |
---|---|---|
Wiki Markup | ||
{description}
{excerpt}Deletes a specified row and its contents from the worksheet. Rows below the deleted row will be moved up.{excerpt}
{signature:C#}
public void DeleteRow(int rowNumber)
| ||
Signature | ||
{signature}{signature:vb.net | vb.net | }
Public Sub DeleteRow(ByVal rowNumber As Integer)
|
Parameters |
---|
Param | rowNumber | rowNumber | |
---|---|---|---|
The 0-based number of the row to remove. | |||
Example | |||
Code Block | | csharp | csharp |
title | C# | ||
Code Block | vb.net | title |