Method: Axlsx::TwoCellAnchor#to
- Defined in:
- lib/axlsx/drawing/two_cell_anchor.rb
#to ⇒ Marker (readonly)
A marker that returns the to cell anchor. The default to column and row are 5 and 10 respectively
15 16 17 |
# File 'lib/axlsx/drawing/two_cell_anchor.rb', line 15 def to @to end |