get_selected_ranges method

get_selected_ranges(self)

Gets selected ranges of cells in the designer spreadsheet.

Returns

An ArrayList which contains selected ranges.


def get_selected_ranges(self):
    ...

See Also