Click or drag to resize

ExcelRangeUnGroup Method

Ungroups the range.

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

Parameters

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