move method
move
Moves the PivotField from current position to destination position
def move(self, curr_pos, dest_pos):
...
Parameter | Type | Description |
---|---|---|
curr_pos | int | Current position of PivotField based on zero |
dest_pos | int | Destination position of PivotField based on zero |
See Also
- module
aspose.cells.pivot
- class
PivotFieldCollection