Click or drag to resize

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
)

Parameters

rowIndex
Type: System Int32
Row index.
columnIndex
Type: System Int32
Column index.
See Also