Variable: ses-initial-size
ses-initial-size is a customizable variable defined in ses.el.gz.
Value
(1 . 1)
Documentation
Initial size of a new spreadsheet, as a cons (NUMROWS . NUMCOLS).
Source Code
;; Defined in /usr/src/emacs/lisp/ses.el.gz
(defcustom ses-initial-size '(1 . 1)
"Initial size of a new spreadsheet, as a cons (NUMROWS . NUMCOLS)."
:type '(cons (integer :tag "numrows") (integer :tag "numcols")))