|
FlexCel Studio for VCL/LCL
|
Returns the cell that is freezing the window.
procedure GetFrozenPanes(var Row: integer; var Col: integer);
__fastcall GetFrozenPanes(int Row, int Col);
|
Parameters |
Description |
|
var Row: integer |
Row of the cell. |
|
var Col: integer |
Column of the cell. |
If the window is not frozen, this method will return the cell "A1"
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|