# File lib/spreadsheet/format.rb, line 351
   def bold
      return true if @bold >= 1
      return false
   end