Method: Axlsx::IconSet#showValue

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

#showValueBoolean

Indicates whether to show the values of the cells on which this data bar is applied. The default value is true

Returns:

  • (Boolean)


48
49
50
# File 'lib/axlsx/workbook/worksheet/icon_set.rb', line 48

def showValue
  @showValue
end