Method: Axlsx::AutoFilter#range

Defined in:
lib/axlsx/workbook/worksheet/auto_filter/auto_filter.rb

#rangeString

The range the autofilter should be applied to. This should be a string like 'A1:B8'

Returns:

  • (String)


22
23
24
# File 'lib/axlsx/workbook/worksheet/auto_filter/auto_filter.rb', line 22

def range
  @range
end