Package | Description |
---|---|
com.hfg.xml.msofficexml.xlsx.spreadsheetml |
Modifier and Type | Method and Description |
---|---|
SsmlPane |
SsmlSheetView.getPane() |
SsmlPane |
SsmlPane.setActivePane(SsmlActivePane inValue)
Specifies the active portion of the pane.
|
SsmlPane |
SsmlPane.setState(SsmlPaneState inValue)
Specifies the split state of the pane.
|
SsmlPane |
SsmlPane.setTopLeftVisibleCell(CellRef inValue)
Specifies the top left visible cell.
|
SsmlPane |
SsmlPane.setXSplit(int inValue)
Specifies the horizontal split position - the right-most col index of the left pane.
|
SsmlPane |
SsmlPane.setYSplit(int inValue)
Specifies the vertical split position - the bottom-most row index of the top pane.
|
jataylor@hairyfatguy.com