Method: Axlsx::Cell#row
- Defined in:
- lib/axlsx/workbook/worksheet/cell.rb
#row ⇒ Row (readonly)
The row this cell belongs to.
87 88 89 |
# File 'lib/axlsx/workbook/worksheet/cell.rb', line 87 def row @row end |
The row this cell belongs to.
87 88 89 |
# File 'lib/axlsx/workbook/worksheet/cell.rb', line 87 def row @row end |