move method

move

Moves the PivotField from current position to destination position

def move(self, curr_pos, dest_pos):
    ...
ParameterTypeDescription
curr_posintCurrent position of PivotField based on zero
dest_posintDestination position of PivotField based on zero

See Also