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):
...
Remarks
NOTE: This method is now obsolete. Instead, please use Worksheet.GetSelectedAreas() method. This property will be removed 12 months later since March 2025. Aspose apologizes for any inconvenience you may have experienced.
See Also
- module
aspose.cells
- class
Worksheet