[]
Sets the RowFields property.
public PivotEngineBuilder RowFields(Action<ViewFieldCollectionBuilder> build)
Public Function RowFields(build As Action(Of ViewFieldCollectionBuilder)) As PivotEngineBuilder
| Type | Name | Description |
|---|---|---|
| Action<ViewFieldCollectionBuilder> | build | The build function |
| Type | Description |
|---|---|
| PivotEngineBuilder | Current builder |
Gets the list of PivotField objects that define the fields shown as rows in the output table.
Sets the RowFields property.
public PivotEngineBuilder RowFields(params string[] fieldKeys)
Public Function RowFields(ParamArray fieldKeys As String()) As PivotEngineBuilder
| Type | Name | Description |
|---|---|---|
| string[] | fieldKeys | The field keys. |
| Type | Description |
|---|---|
| PivotEngineBuilder | Current builder |
Gets the list of PivotField objects that define the fields shown as rows in the output table.