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