Method: Spreadsheet::Row#first_used

Defined in:
lib/spreadsheet/row.rb

#first_usedObject

#first_used the 0-based index of the first non-blank Cell.



86
87
88
# File 'lib/spreadsheet/row.rb', line 86

def first_used
  [index_of_first(self), index_of_first(@formats)].compact.min
end