Ungroups the range.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic void UnGroup(
ExcelGroupBy groupBy
)
Public Sub UnGroup (
groupBy As ExcelGroupBy
)
Parameters
- groupBy ExcelGroupBy
- Specifies how to ungroup the range, by rows or by columns.
See Also