# File lib/spreadsheet/row.rb, line 70
    def first_used
      [ index_of_first(self), index_of_first(@formats) ].compact.min
    end