Method: Axlsx::Filters::DateGroupItem#to_xml_string
- Defined in:
 - lib/axlsx/workbook/worksheet/auto_filter/filters.rb
 
#to_xml_string(str = '') ⇒ Object
Serialize the object to xml
      239 240 241  | 
    
      # File 'lib/axlsx/workbook/worksheet/auto_filter/filters.rb', line 239 def to_xml_string(str = '') serialized_tag('dateGroupItem', str) end  |