Method: Axlsx::IconSet#reverse

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

#reverseBoolean

If true, reverses the default order of the icons in this icon set.maxLength attribute The default value is false

Returns:

  • (Boolean)


43
44
45
# File 'lib/axlsx/workbook/worksheet/icon_set.rb', line 43

def reverse
  @reverse
end