Ungroups rows.

Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020

Syntax

            
 C#  Visual Basic  Visual C++  F# 
void UngroupRows(
	int firstRow,
	int count
)
Sub UngroupRows ( 
	firstRow As Integer,
	count As Integer
)
void UngroupRows(
	int firstRow, 
	int count
)
abstract UngroupRows : 
        firstRow : int * 
        count : int -> unit 

Parameters

firstRow
Int32
number of row to ungroup.
count
Int32
number of rows to ungroup.

See Also