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
)
Public Sub GetFreezePanes (
<OutAttribute> ByRef rowIndex As Integer,
<OutAttribute> ByRef columnIndex As Integer
)
public:
void GetFreezePanes(
[OutAttribute] int% rowIndex,
[OutAttribute] int% columnIndex
)
member GetFreezePanes :
rowIndex : int byref *
columnIndex : int byref -> unit
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