ExcelRangeGroup(ExcelGroupBy, Boolean) Method |
Groups the range by rows or columns function of the groupBy parameter.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic void Group(
ExcelGroupBy groupBy,
bool collapse
)
Public Sub Group (
groupBy As ExcelGroupBy,
collapse As Boolean
)
Parameters
- groupBy ExcelGroupBy
-
Specifies how to group the range, by rows or by columns.
- collapse Boolean
- Specifies if the group should be collapsed in viewer.
See Also