ExcelRangeGroup(ExcelGroupBy) Method

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

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public void Group(
	ExcelGroupBy groupBy
)

Parameters

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

See Also