Method: Axlsx::AutoFilter#range
- Defined in:
- lib/axlsx/workbook/worksheet/auto_filter/auto_filter.rb
#range ⇒ String
The range the autofilter should be applied to. This should be a string like 'A1:B8'
22 23 24 |
# File 'lib/axlsx/workbook/worksheet/auto_filter/auto_filter.rb', line 22 def range @range end |