table--vertical-cell-list

table--vertical-cell-list is a compiled Lisp function in `table.el'.

(table--vertical-cell-list &optional TOP-TO-BOTTOM FIRST-ONLY PIVOT INTERNAL-DIR INTERNAL-LIST INTERNAL-PX)

Return a vertical cell list from the table.
The return value represents a list of cells including the current cell
that align vertically. Each element of the list is a cons cell (lu
. rb) where lu is the cell's left upper location and rb is the cell's
right bottom location. The cell order in the list is from bottom to
top of the table. If optional argument TOP-TO-BOTTOM is non-nil the
order is reversed as from top to bottom of the table. If optional
argument FIRST-ONLY is non-nil the return value is not a list of cells
but a single cons cell that is the first cell of the list, if the list
had been created. If optional argument PIVOT is a symbol `left' the
vertical cell search is aligned with the left edge of the current
cell, otherwise aligned with the right edge of the current cell. The
arguments INTERNAL-DIR, INTERNAL-LIST and INTERNAL-PX are internal use
only and must not be specified.