ExcelRangeGroup(ExcelGroupBy, Boolean) Method
Groups the range by rows or columns function of the groupBy parameter.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public void Group(
ExcelGroupBy groupBy,
bool collapse
)
Public Sub Group (
groupBy As ExcelGroupBy,
collapse As Boolean
)
public:
void Group(
ExcelGroupBy groupBy,
bool collapse
)
member Group :
groupBy : ExcelGroupBy *
collapse : bool -> unit
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.