ses-print-cell

ses-print-cell is a compiled Lisp function in `ses.el'.

(ses-print-cell ROW COL)

Format and print the value of cell (ROW,COL) to the print area.
Use the cell's printer function. If the cell's new print form is too wide,
it will spill over into the following cell, but will not run off the end of the
row or overwrite the next non-nil field. Result is nil for normal operation,
or the error signal if the printer function failed and the cell was formatted
with "%s". If the cell's value is *skip*, nothing is printed because the
preceding cell has spilled over.