Method: Axlsx::IconSet#initialize
- Defined in:
- lib/axlsx/workbook/worksheet/icon_set.rb
#initialize(options = {}) {|_self| ... } ⇒ IconSet
Creates a new icon set object
18 19 20 21 22 23 24 25 |
# File 'lib/axlsx/workbook/worksheet/icon_set.rb', line 18 def initialize( = {}) @percent = @showValue = true @reverse = false @iconSet = "3TrafficLights1" initialize_value_objects yield self if block_given? end |