class Roo::Excelx::Cell::Coordinate
Attributes
column[RW]
row[RW]
Public Class Methods
new(row, column)
click to toggle source
# File lib/roo/excelx.rb, line 105 def initialize(row, column) @row, @column = row, column end