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

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
count
Int32

See Also