Method: Axlsx::IconSet#percent
- Defined in:
- lib/axlsx/workbook/worksheet/icon_set.rb
#percent ⇒ Boolean
Indicates whether the thresholds indicate percentile values, instead of number values. The default falue is true
38 39 40 |
# File 'lib/axlsx/workbook/worksheet/icon_set.rb', line 38 def percent @percent end |