Methods' Summary |
hasFrozenPanes |
returns true if the view has frozen panes.
|
freezeAtPosition |
freezes panes with the specified number of
columns and rows.
|
Methods' Details |
hasFrozenPanes
|
freezeAtPosition
void |
freezeAtPosition( |
[in] long |
nColumns, |
| [in] long |
nRows ); |
- Description
- freezes panes with the specified number of
columns and rows.
To freeze only horizontally, specify nRows as 0.
To freeze only vertically, specify nColumns as 0.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.