[]
Configurates SortableGroups. Sets a value that determines whether the engine should sort groups when sorting the value fields (measures) or whether it should keep the group order and the data only within each group.
public PivotEngineBuilder SortableGroups(bool value)
Public Function SortableGroups(value As Boolean) As PivotEngineBuilder
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| PivotEngineBuilder | Current builder. |
It works when the SubTotals are included.