Click or drag to resize

ExcelRangeGroup(ExcelGroupBy) Method

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

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public void Group(
	ExcelGroupBy groupBy
)

Parameters

groupBy  ExcelGroupBy
Specifies how to group the range, by rows or by columns.
See Also