Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Int32
columnIndex
Int32

See Also