Click or drag to resize

ExcelGroupBy Enumeration

Describes how to group the range.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public enum ExcelGroupBy
Members
  Member nameValueDescription
Rows0 Group range by rows.
Columns1 Group range by columns.
See Also