Method: Axlsx::TwoCellAnchor#to

Defined in:
lib/axlsx/drawing/two_cell_anchor.rb

#toMarker (readonly)

A marker that returns the to cell anchor. The default to column and row are 5 and 10 respectively

Returns:



15
16
17
# File 'lib/axlsx/drawing/two_cell_anchor.rb', line 15

def to
  @to
end