Search notes:

Excel Object Model: split* properties of a Window

The window object has two pairs of split* properties that allow to scroll portions of the same worksheet independently from one another:
Setting .splitColumn and .splitRow create splits that are fixed on the given row/column boundaries.
The values of .splitHorizontal and .splitVertical are measured in points.

See also

window.freezePanes
The Excel menu View -> Window -> Freeze Pane and View -> Window -> Split.

Index