'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)
bool ExcelGetSelectionList( short sheet, ArrayList selectionList, ref Point activeCell, ref byte paneIndex )
Parameters
- sheet
- Sheet index
- selectionList
- Array list of selections
- activeCell
- Active cell location
- paneIndex
- Index of the pane