Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
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 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