get_selected_areas method

get_selected_areas(self)

Gets selected ranges of cells in the designer spreadsheet.

Returns

Returns all selected ranges.


def get_selected_areas(self):
    ...

See Also