Method: RubyXL::WorksheetConvenienceMethods#get_column_fill
- Defined in:
- lib/rubyXL/convenience_methods/worksheet.rb
permalink #get_column_fill(col = 0) ⇒ Object
[View source]
394 395 396 397 398 399 |
# File 'lib/rubyXL/convenience_methods/worksheet.rb', line 394 def get_column_fill(col=0) validate_workbook validate_nonnegative(col) @workbook.get_fill_color(get_col_xf(col)) end |