Method: Axlsx::IconSet#showValue
- Defined in:
- lib/axlsx/workbook/worksheet/icon_set.rb
#showValue ⇒ Boolean
Indicates whether to show the values of the cells on which this data bar is applied. The default value is true
48 49 50 |
# File 'lib/axlsx/workbook/worksheet/icon_set.rb', line 48 def showValue @showValue end |