Method: Axlsx::Cell#row
- Defined in:
- lib/axlsx/workbook/worksheet/cell.rb
#row ⇒ Row
The row this cell belongs to.
68 69 70 |
# File 'lib/axlsx/workbook/worksheet/cell.rb', line 68 def row @row end |
The row this cell belongs to.
68 69 70 |
# File 'lib/axlsx/workbook/worksheet/cell.rb', line 68 def row @row end |