Method: Excelgrip::Range#cells

Defined in:
lib/excelgrip.rb

#cells(v_pos, h_pos) ⇒ Object



295
296
297
# File 'lib/excelgrip.rb', line 295

def cells(v_pos, h_pos)
  Range.new(@raw_object.cells(v_pos, h_pos))
end