'Declaration Function GetSelectionList( _ ByVal sheet As System.Short, _ ByVal selectionList As System.Collections.Generic.List(Of GcRect), _ ByRef activeCell As GcPoint, _ ByRef paneType As PaneType _ ) As System.Boolean
'Usage Dim instance As IExcelWriter Dim sheet As System.Short Dim selectionList As System.Collections.Generic.List(Of GcRect) Dim activeCell As GcPoint Dim paneType As PaneType Dim value As System.Boolean value = instance.GetSelectionList(sheet, selectionList, activeCell, paneType)
System.bool GetSelectionList( System.short sheet, System.Collections.Generic.List<GcRect> selectionList, ref GcPoint activeCell, ref PaneType paneType )
Parameters
- sheet
- The zero based sheet index used to locate the IExcelWorksheet instance
- selectionList
- A collection of the all selections defined in the current sheet
- activeCell
- Active cell location
- paneType
- Type of the pane
Return Value
true if the selection is not null, otherwise, false