|
FlexCel Studio for VCL/LCL
|
Freezes the panes on the active sheet.
procedure FreezePanes(const Row: integer; const Col: integer);
__fastcall FreezePanes(const int Row, const int Col);
|
Parameters |
Description |
|
const Row: integer |
Row where to freeze the pane. Use 0 to unfreeze any exiting pane. |
|
const Col: integer |
Column where to freeze the pane. Use 0 to unfreeze any exiting pane. |
This command is equivalent to Menu->Window->Freeze Panes. It will freeze the rows and columns above and to the left from cell. Note that because Excel works this way, when you SplitWindow the panes are suppressed and vice-versa See also GetFrozenPanes.
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|