Method: FormulaCell#to_biff
- Defined in:
- lib/surpass/cell.rb
#to_biff ⇒ Object
130 131 132 133 |
# File 'lib/surpass/cell.rb', line 130 def to_biff args = [@parent.index, @index, @format_index, @formula.to_biff, @calc_flags] FormulaRecord.new(*args).to_biff end |