.. _ex_panes:

Example: Freeze Panes and Split Panes
=====================================

An example of how to create panes in a worksheet, both "freeze" panes and
"split" panes. See the :func:`freeze_panes` and :func:`split_panes` methods
for more details.

.. image:: _static/panes.png

Code:

.. literalinclude:: ../../../examples/panes.py

