Click or drag to resize

ExcelRangeGroup Method (ExcelGroupBy, Boolean)

Groups the range by rows or columns function of the groupBy parameter.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public void Group(
	ExcelGroupBy groupBy,
	bool collapse
)

Parameters

groupBy
Type: ExpertXls.ExcelLibExcelGroupBy
Specifies how to group the range, by rows or by columns.
collapse
Type: SystemBoolean
Specifies if the group should be collapsed in viewer.
See Also