Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Ungroups a contiguous set of rows.

Signature
C#
C#
 public void UngroupRows(int startRowIndex, int numRows)
Signature
vb.net
vb.net
Public Sub UngroupRows(ByVal startRowIndex As Integer, ByVal numRows As Integer)
Parameters
Param
startRowIndex
startRowIndex

The 0-based index of the starting row.

Param
numRows
numRows

The number of rows to ungroup.

Example
Code Block
csharp
csharp
titleC#
ws.UngroupRows(0, 15);
Code Block
vb.net
vb.net
titlevb.net
ws.UngroupRows(0, 15)