move method

move(self, top_row, left_column, bottom_row, right_column)

Moves the chart to a specified location.


def move(self, top_row, left_column, bottom_row, right_column):
    ...
ParameterTypeDescription
top_rowintUpper left row index.
left_columnintUpper left column index.
bottom_rowintLower right row index
right_columnintLower right column index

See Also