pinrow
Pin (freeze) a row at the top of the worksheet view.
Syntax
Section titled “Syntax”pinrow(pos)pinrow(cr)Description
Section titled “Description”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.
Examples
Section titled “Examples”pinrow(1) % freeze row 1pinrow(A1)