Class: Writeexcel::Worksheet::PrintRange
- 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, #name_record_long, #row
Constructor Details
This class inherits a constructor from Writeexcel::Worksheet::CellRange
Instance Method Details
#name_record_short(ext_ref, hidden) ⇒ Object
177 178 179 |
# File 'lib/writeexcel/cell_range.rb', line 177 def name_record_short(ext_ref, hidden) super(0x06, ext_ref, hidden) # 0x06 NAME type = Print_Area end |