move method

move

Moves the series up or down.

def move(self, count):
    ...
ParameterTypeDescription
countintThe number of moving up or down.
Move the series up if this is less than zero;
Move the series down if this is greater than zero.

See Also