Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelWrite2 Interface / ExcelGetTopLeft Method
Sheet index
Index of top row
Index of left (near) column


In This Topic
    ExcelGetTopLeft Method (IExcelWrite2)
    In This Topic
    Gets the top and left (near) location for exporting to Excel BIFF file.
    Syntax
    'Declaration
     
    
    Function ExcelGetTopLeft( _
       ByVal sheet As Short, _
       ByRef rwTop As Integer, _
       ByRef colLeft As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelWrite2
    Dim sheet As Short
    Dim rwTop As Integer
    Dim colLeft As Integer
    Dim value As Boolean
     
    value = instance.ExcelGetTopLeft(sheet, rwTop, colLeft)
    bool ExcelGetTopLeft( 
       short sheet,
       ref int rwTop,
       ref int colLeft
    )

    Parameters

    sheet
    Sheet index
    rwTop
    Index of top row
    colLeft
    Index of left (near) column
    See Also