Method: Axlsx::TwoCellAnchor#start_at

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

#start_at(x, y = nil) ⇒ Object

Note:

The recommended way to set the start position for graphical

sets the col, row attributes for the from marker. objects is directly thru the object.

See Also:



51
52
53
# File 'lib/axlsx/drawing/two_cell_anchor.rb', line 51

def start_at(x, y=nil)
  from.coord x, y
end