XlsRange
GroupByRows Method
|
Groups row.
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(
bool isCollapsed
)
Public Function GroupByRows (
isCollapsed As Boolean
) As CellRange
public:
CellRange^ GroupByRows(
bool isCollapsed
)
member GroupByRows :
isCollapsed : bool -> CellRange
Parameters
-
isCollapsed
-
Type:
System
Boolean
Indicates whether group should be collapsed.
Return Value
Type:
CellRange
See Also