'Declaration
Function ExcelSetTopLeft( _ ByVal sheet As Short, _ ByVal frozen As Boolean, _ ByVal rwTop As Integer, _ ByVal colLeft As Integer _ ) As Boolean
Parameters
- sheet
- Sheet index
- frozen
true
indicates the frozen window.- rwTop
- The row top.
- colLeft
- The column left.