Method: RubyXL::Reference#last_row

Defined in:
lib/rubyXL/objects/reference.rb

#last_rowObject

[View source]

47
48
49
# File 'lib/rubyXL/objects/reference.rb', line 47

def last_row
  @row_range.end
end