Function: table--get-cell-valign-property

table--get-cell-valign-property is a byte-compiled function defined in table.el.gz.

Signature

(table--get-cell-valign-property CELL)

Documentation

Get CELL's vertical alignment property.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defun table--get-cell-valign-property (cell)
  "Get CELL's vertical alignment property."
  (table--get-property cell 'table-valign))