Method: Axlsx::SheetView#selections
- Defined in:
- lib/axlsx/workbook/worksheet/sheet_view.rb
#selections ⇒ Hash (readonly)
A hash of selection objects keyed by pane type associated with this sheet view.
67 68 69 |
# File 'lib/axlsx/workbook/worksheet/sheet_view.rb', line 67 def selections @selections end |