class OpenXml::Xlsx::Elements::IndexedColor
Public Instance Methods
to_xml(name, xml)
click to toggle source
# File lib/openxml/xlsx/elements/indexed_color.rb, line 6 def to_xml(name, xml) xml.public_send(name, indexed: indexed) end