'Declaration Sub SetTopLeft( _ ByVal sheet As Short, _ ByVal topRow As Integer, _ ByVal leftColumn As Integer _ )
'Usage Dim instance As IExcelReader Dim sheet As Short Dim topRow As Integer Dim leftColumn As Integer instance.SetTopLeft(sheet, topRow, leftColumn)
Parameters
- sheet
- The zero based sheet index used to locate the IExcelWorksheet instance
- topRow
- Top row visible in the window
- leftColumn
- Leftmost column visible in the window