ExcelRangeUnGroup Method
Ungroups the range.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public void UnGroup(
ExcelGroupBy groupBy
)
Public Sub UnGroup (
groupBy As ExcelGroupBy
)
public:
void UnGroup(
ExcelGroupBy groupBy
)
member UnGroup :
groupBy : ExcelGroupBy -> unit
Parameters
- groupBy ExcelGroupBy
- Specifies how to ungroup the range, by rows or by columns.