Method: Axlsx.validate_cell_u

Defined in:
lib/axlsx/util/validators.rb

.validate_cell_u(v) ⇒ Object

Requires that the value is one of :none, :single, :double, :singleAccounting, :doubleAccounting



149
150
151
# File 'lib/axlsx/util/validators.rb', line 149

def self.validate_cell_u(v)
  RestrictionValidator.validate "cell run style u", [:none, :single, :double, :singleAccounting, :doubleAccounting], v
end