Method: RubyXL::Row#get_fill_color
- Defined in:
- lib/rubyXL/objects/sheet_data.rb
#get_fill_color ⇒ Object
149 150 151 |
# File 'lib/rubyXL/objects/sheet_data.rb', line 149 def get_fill_color @worksheet.workbook.get_fill_color(xf) end |