Worksheet
FreezePanes Method
|
Freezes panes at the specified cell in the worksheet.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void FreezePanes(
int rowIndex,
int columnIndex
)
Public Sub FreezePanes (
rowIndex As Integer,
columnIndex As Integer
)
public:
void FreezePanes(
int rowIndex,
int columnIndex
)
member FreezePanes :
rowIndex : int *
columnIndex : int -> unit
Parameters
-
rowIndex
-
Type:
System
Int32
Row index.
-
columnIndex
-
Type:
System
Int32
Column index.
See Also