Method: Axlsx::Cell#row

Defined in:
lib/axlsx/workbook/worksheet/cell.rb

#rowRow (readonly)

The row this cell belongs to.

Returns:



87
88
89
# File 'lib/axlsx/workbook/worksheet/cell.rb', line 87

def row
  @row
end