FreezePanes Method
FreezePanes(int, int)
Freezes panes at the specified position.
Declaration
void FreezePanes(int row, int column)
Sub FreezePanes(row As Integer, column As Integer)
Parameters
Type |
Name |
Description |
int |
row |
The frozen row position.
|
int |
column |
The frozen column position.
|