Spread Silverlight Documentation
GetSelectionList Method


GrapeCity.Excel Namespace > IExcelWriter Interface : GetSelectionList Method
The zero based sheet index used to locate the IExcelWorksheet instance
A collection of the all selections defined in the current sheet
Active cell location
Type of the pane
Gets the selection list of the specified sheet
Syntax
'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
See Also

Reference

IExcelWriter Interface
IExcelWriter Members