Method: Axlsx::Cfvo#gte

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

#gteBoolean

Type (xsd:boolean) For icon sets, determines whether this threshold value uses the greater than or equal to operator. 0 indicates 'greater than' is used instead of 'greater than or equal to'. The default value is true

Returns:

  • (Boolean)


34
35
36
# File 'lib/axlsx/workbook/worksheet/cfvo.rb', line 34

def gte
  @gte
end