enables a SpreadsheetView to split the view. More...
import "XViewSplitable.idl";
 
  
| Public Member Functions | |
| boolean | getIsWindowSplit () | 
| returns TRUEif the view is split into individual panes. | |
| long | getSplitHorizontal () | 
| returns the horizontal position in pixels where the view is split. | |
| long | getSplitVertical () | 
| returns the vertical position in pixels where the view is split. | |
| long | getSplitColumn () | 
| returns the column before which the view is split. | |
| long | getSplitRow () | 
| returns the row before which the view is split. | |
| void | splitAtPosition ([in] long nPixelX, [in] long nPixelY) | 
| splits the view at the specified position. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
enables a SpreadsheetView to split the view.
| boolean getIsWindowSplit | ( | ) | 
returns TRUE if the view is split into individual panes. 
Only one of XViewSplitable::getIsWindowSplit() and XViewFreezable::hasFrozenPanes() can be TRUE.
| long getSplitColumn | ( | ) | 
returns the column before which the view is split.
| long getSplitHorizontal | ( | ) | 
returns the horizontal position in pixels where the view is split.
| long getSplitRow | ( | ) | 
returns the row before which the view is split.
| long getSplitVertical | ( | ) | 
returns the vertical position in pixels where the view is split.
| void splitAtPosition | ( | [in] long | nPixelX, | 
| [in] long | nPixelY ) | 
splits the view at the specified position.
To split only horizontally, specify nPixelY as 0. To split only vertically, specify nPixelX as 0.