Class: MulNumberCell

Inherits:
Cell
  • Object
show all
Defined in:
lib/surpass/cell.rb

Instance Attribute Summary

Attributes inherited from Cell

#index

Instance Method Summary collapse

Methods inherited from Cell

#col, #row, #set_style

Constructor Details

#initialize(parent, index, format_index, sst_index) ⇒ MulNumberCell

Returns a new instance of MulNumberCell.



95
96
97
98
99
100
# File 'lib/surpass/cell.rb', line 95

def initialize(parent, index, format_index, sst_index)
  @parent = parent
  @index = index
  @format_index = format_index
  @sst_index = sst_index
end

Instance Method Details

#to_biffObject



102
103
104
# File 'lib/surpass/cell.rb', line 102

def to_biff
  raise "not implemented"
end