MoveField
function MoveField(
identifier: number | string = null,
type: PivotMoveFieldType | PivotFieldOrientationType = null,
index: number = null,
): void
Description
Moves field from one category to another.
Parameters
- identifier
number | string
null The index number or name of the field.
The type of the field to move.
- index
number
null The index of the field in new category.
Returns
void