table--goto-coordinate

table--goto-coordinate is a compiled Lisp function in `table.el'.

(table--goto-coordinate COORDINATE &optional NO-EXTENSION NO-TAB-EXPANSION)

Move point to the given COORDINATE and return the location.
When optional NO-EXTENSION is non-nil and the specified coordinate is
not reachable returns nil otherwise the blanks are added if necessary
to achieve the goal coordinate and returns the goal point. It
intentionally does not preserve the original point in case it fails
achieving the goal. When optional NO-TAB-EXPANSION is non-nil and the
goad happens to be in a tab character the tab is not expanded but the
goal ends at the beginning of tab.