Method: Axlsx::TwoCellAnchor#from
- Defined in:
- lib/axlsx/drawing/two_cell_anchor.rb
#from ⇒ Marker (readonly)
A marker that defines the from cell anchor. The default from column and row are 0 and 0 respectively
12 13 14 |
# File 'lib/axlsx/drawing/two_cell_anchor.rb', line 12 def from @from end |