'Declaration
Function ExcelGetTopLeft( _ ByVal sheet As Short, _ ByRef rwTop As Integer, _ ByRef colLeft As Integer _ ) As Boolean
'Usage
Dim instance As IExcelBiffWrite Dim sheet As Short Dim rwTop As Integer Dim colLeft As Integer Dim value As Boolean value = instance.ExcelGetTopLeft(sheet, rwTop, colLeft)
Parameters
- sheet
- Sheet index
- rwTop
- Index of top row
- colLeft
- Index of left (near) column