Method: Axlsx::Selection#to_xml_string
- Defined in:
- lib/axlsx/workbook/worksheet/selection.rb
#to_xml_string(str = '') ⇒ String
Serializes the data validation
97 98 99 |
# File 'lib/axlsx/workbook/worksheet/selection.rb', line 97 def to_xml_string(str = '') serialized_tag 'selection', str end |