Class: Writeexcel::Worksheet::TitleRange
- Defined in:
- lib/writeexcel/cell_range.rb
Instance Attribute Summary
Attributes inherited from CellRange
#col_max, #col_min, #row_max, #row_min
Instance Method Summary collapse
Methods inherited from CellRange
#col, #increment_col_max, #increment_row_max, #initialize, #row
Constructor Details
This class inherits a constructor from Writeexcel::Worksheet::CellRange
Instance Method Details
#name_record_long(ext_ref) ⇒ Object
183 184 185 |
# File 'lib/writeexcel/cell_range.rb', line 183 def name_record_long(ext_ref) super(0x07, ext_ref) # 0x07 NAME type = Print_Titles end |
#name_record_short(ext_ref, hidden) ⇒ Object
187 188 189 |
# File 'lib/writeexcel/cell_range.rb', line 187 def name_record_short(ext_ref, hidden) super(0x07, ext_ref, hidden) # 0x07 NAME type = Print_Titles end |