class RubyXL::SheetData
Public Instance Methods
[](ind)
click to toggle source
# File lib/rubyXL/objects/sheet_data.rb, line 211 def [](ind) rows[ind] end
size()
click to toggle source
# File lib/rubyXL/objects/sheet_data.rb, line 215 def size rows.size end