ses-read-cell-printer

ses-read-cell-printer is an interactive compiled Lisp function in `ses.el'.


(ses-read-cell-printer NEWVAL)

Set the printer function for the current cell or range.

A printer function is either a string (a format control-string with one
%-sequence -- result from format will be right-justified), or a list of one
string (result from format will be left-justified), or a lambda-expression of
one argument, or a symbol that names a function of one argument. In the
latter two cases, the function's result should be either a string (will be
right-justified) or a list of one string (will be left-justified).