Method: Writeexcel::Worksheet::DataValidations#count_dv_record
- Defined in:
- lib/writeexcel/data_validations.rb
#count_dv_record ⇒ Object
the count of the DV records to follow.
Note, this could be wrapped into store_dv() but we may require separate handling of the object id at a later stage.
13 14 15 16 17 |
# File 'lib/writeexcel/data_validations.rb', line 13 def count_dv_record #:nodoc: return if empty? dval_record(-1, size) # obj_id = -1 end |