Ungroups a contiguous set of rows.

 public void UngroupRows(int startRowIndex, int numRows)
Public Sub UngroupRows(ByVal startRowIndex As Integer, ByVal numRows As Integer)

The 0-based index of the starting row.

The number of rows to ungroup.

ws.UngroupRows(0, 15);
ws.UngroupRows(0, 15)