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