Method: Xls::Selection#rows

Defined in:
lib/xls/selection.rb

#rowsObject

A range of row indices that the selection covers.



83
84
85
# File 'lib/xls/selection.rb', line 83

def rows
  @rows
end