Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public CellRange UngroupByRows(
	int firstRow,
	int lastRow
)
Public Function UngroupByRows ( 
	firstRow As Integer,
	lastRow As Integer
) As CellRange
public:
CellRange^ UngroupByRows(
	int firstRow, 
	int lastRow
)
member UngroupByRows : 
        firstRow : int * 
        lastRow : int -> CellRange 

Parameters

firstRow
Int32
lastRow
Int32

Return Value

CellRange

See Also