Method: Axlsx::SheetProtection#to_xml_string

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

#to_xml_string(str = +'')) ⇒ String

Serialize the object



78
79
80
# File 'lib/axlsx/workbook/worksheet/sheet_protection.rb', line 78

def to_xml_string(str = +'')
  serialized_tag('sheetProtection', str)
end