Method: Axlsx::Pane#top_left_cell
- Defined in:
- lib/axlsx/workbook/worksheet/pane.rb
#top_left_cell ⇒ String
Top Left Visible Cell Location of the top left visible cell in the bottom right pane (when in Left-To-Right mode). default nil
62 63 64 |
# File 'lib/axlsx/workbook/worksheet/pane.rb', line 62 def top_left_cell @top_left_cell end |