Method: RubyXL::Worksheet#get_col_xf
- Defined in:
- lib/rubyXL/objects/worksheet.rb
#get_col_xf(column_index) ⇒ Object
746 747 748 |
# File 'lib/rubyXL/objects/worksheet.rb', line 746 def get_col_xf(column_index) workbook.stylesheet.cell_xfs[get_col_style(column_index)] end |