'Usage Dim instance As ExcelWorksheet Dim top As Integer Dim left As Integer instance.SetTopLeft(top, left)
Parameters
- top
- The zero-based row index of the top left cell
- left
- The zero-based column index of the top left cell
'Usage Dim instance As ExcelWorksheet Dim top As Integer Dim left As Integer instance.SetTopLeft(top, left)