Skip to content

pinrow

Pin (freeze) a row at the top of the worksheet view.

pinrow(pos)
pinrow(cr)

Freezes a row so it stays visible when scrolling. pos is the 1-based row number, or pass a cell-reference range (the top of which determines the pinned position). Common for keeping headers visible.

MathJet-specific.

pinrow(1) % freeze row 1
pinrow(A1)
  • unpinrow — Unfreeze a previously pinned row.
  • pincol — Pin (freeze) a column at the left of the worksheet view.