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


In This Topic
    ExcelSetSelection Method (IExcelBiffRead)
    In This Topic
    ExcelSetSelection - Excel Biff Record
    Syntax
    'Declaration
     
    
    Function ExcelSetSelection( _
       ByVal sheet As Short, _
       ByVal paneNum As Byte, _
       ByVal rowActive As Integer, _
       ByVal colActive As Integer, _
       ByVal refCount As Integer, _
       ByVal rowFirst As ArrayList, _
       ByVal rowLast As ArrayList, _
       ByVal colFirst As ArrayList, _
       ByVal colLast As ArrayList _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffRead
    Dim sheet As Short
    Dim paneNum As Byte
    Dim rowActive As Integer
    Dim colActive As Integer
    Dim refCount As Integer
    Dim rowFirst As ArrayList
    Dim rowLast As ArrayList
    Dim colFirst As ArrayList
    Dim colLast As ArrayList
    Dim value As Boolean
     
    value = instance.ExcelSetSelection(sheet, paneNum, rowActive, colActive, refCount, rowFirst, rowLast, colFirst, colLast)

    Parameters

    sheet
    Sheet index
    paneNum
    rowActive
    colActive
    refCount
    rowFirst
    rowLast
    colFirst
    colLast
    See Also