001package com.hfg.xml.msofficexml.xlsx.spreadsheetml;
002
003
004public enum SsmlActivePane
005{
006   bottomRight,
007   topRight,
008   bottomLeft,
009   topLeft
010}