# File lib/spreadsheet/format.rb, line 194
   def underline
      return true if @underline == 1
      return false
   end