[]
Configure PropertyGroupDescription.
public BoundSheetBuilder<T> GroupBy(params string[] names)
Public Function GroupBy(ParamArray names As String()) As BoundSheetBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| string[] | names | The property names used for grouping |
| Type | Description |
|---|---|
| BoundSheetBuilder<T> | Current builder |