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