Click or drag to resize

Worksheet GetFreezePanes Method

Get Freezes panes cell's index 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 GetFreezePanes(
	out int rowIndex,
	out int columnIndex
)

Parameters

rowIndex
Type: System Int32
Row index. 0 means no freeze row
columnIndex
Type: System Int32
Column index. 0 means no freeze column
See Also