true
bool ExcelSetTopLeft( short sheet, bool frozen, int rwTop, int colLeft )
'Declaration Function ExcelSetTopLeft( _ ByVal sheet As Short, _ ByVal frozen As Boolean, _ ByVal rwTop As Integer, _ ByVal colLeft As Integer _ ) As Boolean
'Declaration
Function ExcelSetTopLeft( _ ByVal sheet As Short, _ ByVal frozen As Boolean, _ ByVal rwTop As Integer, _ ByVal colLeft As Integer _ ) As Boolean
'Usage Dim instance As IExcelBiffRead5 Dim sheet As Short Dim frozen As Boolean Dim rwTop As Integer Dim colLeft As Integer Dim value As Boolean value = instance.ExcelSetTopLeft(sheet, frozen, rwTop, colLeft)
'Usage
Dim instance As IExcelBiffRead5 Dim sheet As Short Dim frozen As Boolean Dim rwTop As Integer Dim colLeft As Integer Dim value As Boolean value = instance.ExcelSetTopLeft(sheet, frozen, rwTop, colLeft)
IExcelBiffRead5 Interface IExcelBiffRead5 Members