XlsWorksheet
GroupByRows Method
|
Groups rows.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
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
-
Type:
System
Int32
The first row index to be grouped.
-
lastRow
-
Type:
System
Int32
The last row index to be grouped.
-
isCollapsed
-
Type:
System
Boolean
Indicates whether group should be collapsed.
Return Value
Type:
CellRange
See Also