Method: Axlsx::IconSet#percent

Defined in:
lib/axlsx/workbook/worksheet/icon_set.rb

#percentBoolean

Indicates whether the thresholds indicate percentile values, instead of number values. The default falue is true

Returns:

  • (Boolean)


38
39
40
# File 'lib/axlsx/workbook/worksheet/icon_set.rb', line 38

def percent
  @percent
end