Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetTopLeft Method
Sheet index


In This Topic
    ExcelSetTopLeft Method (IExcelBiffRead)
    In This Topic
    WINDOW2 - Excel Biff Record (toprow, left column values)
    Syntax
    'Declaration
     
    
    Function ExcelSetTopLeft( _
       ByVal sheet As Short, _
       ByVal rwTop As Integer, _
       ByVal colLeft As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffRead
    Dim sheet As Short
    Dim rwTop As Integer
    Dim colLeft As Integer
    Dim value As Boolean
     
    value = instance.ExcelSetTopLeft(sheet, rwTop, colLeft)
    bool ExcelSetTopLeft( 
       short sheet,
       int rwTop,
       int colLeft
    )

    Parameters

    sheet
    Sheet index
    rwTop
    colLeft
    See Also