move metod

move(self, curr_pos, dest_pos)

Flyttar pivotfältet från aktuell position till destinationspositionen


def move(self, curr_pos, dest_pos):
    ...
ParameterTypBeskrivning
curr_posintAktuell position för PivotField baserat på noll
dest_posintDestinationsposition för PivotField baserat på noll

Se även