'Declaration Public Sub SetTopLeft( _ ByVal top As System.Integer, _ ByVal left As System.Integer _ )
'Usage Dim instance As ExcelWorksheet Dim top As System.Integer Dim left As System.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