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
163 164 165 |
# File 'lib/axlsx/util/validators.rb', line 163 def self.validate_cell_u(v) RestrictionValidator.validate "cell run style u", VALID_CELL_U_VALUES, v end |