Winnovative Excel Library

ExcelRangeGroup Method (ExcelGroupBy, Boolean)

Winnovative Excel Library Documentation
Groups the range by rows or columns function of the groupBy parameter.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void Group(
	ExcelGroupBy groupBy,
	bool collapse
)

Parameters

groupBy
Type: Winnovative.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

Reference