Method: Worksheet#row_default_height=

Defined in:
lib/surpass/worksheet.rb

#row_default_height=(pixels) ⇒ Object



202
203
204
# File 'lib/surpass/worksheet.rb', line 202

def row_default_height=(pixels)
  @row_default_height = pixels_to_twips(pixels)
end