Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite Interface / ExcelGetSelectionList Method
Sheet index
Array list of selections
Active cell location
Index of the pane


In This Topic
ExcelGetSelectionList Method
In This Topic
Gets the selection list for exporting to Excel BIFF file.
Syntax
'Declaration
 
Function ExcelGetSelectionList( _
   ByVal sheet As Short, _
   ByVal selectionList As ArrayList, _
   ByRef activeCell As Point, _
   ByRef paneIndex As Byte _
) As Boolean
 
'Usage
 
Dim instance As IExcelBiffWrite
Dim sheet As Short
Dim selectionList As ArrayList
Dim activeCell As Point
Dim paneIndex As Byte
Dim value As Boolean
 
value = instance.ExcelGetSelectionList(sheet, selectionList, activeCell, paneIndex)

Parameters

sheet
Sheet index
selectionList
Array list of selections
activeCell
Active cell location
paneIndex
Index of the pane
See Also