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 GroupByRows(
	int firstRow,
	int lastRow,
	bool isCollapsed
)
Public Function GroupByRows ( 
	firstRow As Integer,
	lastRow As Integer,
	isCollapsed As Boolean
) As CellRange
public:
CellRange^ GroupByRows(
	int firstRow, 
	int lastRow, 
	bool isCollapsed
)
member GroupByRows : 
        firstRow : int * 
        lastRow : int * 
        isCollapsed : bool -> CellRange 

Parameters

firstRow
Int32
lastRow
Int32
isCollapsed
Boolean

Return Value

CellRange

See Also