GrapeCity.Excel Namespace > IExcelReader Interface : SetSelection Method |
'Declaration Sub SetSelection( _ ByVal sheet As Short, _ ByVal paneType As PaneType, _ ByVal rowActive As Integer, _ ByVal columnActive As Integer, _ ByVal selectionCount As Integer, _ ByVal rowFirst As List(Of Integer), _ ByVal rowLast As List(Of Integer), _ ByVal colFirst As List(Of Integer), _ ByVal colLast As List(Of Integer) _ )
'Usage Dim instance As IExcelReader Dim sheet As Short Dim paneType As PaneType Dim rowActive As Integer Dim columnActive As Integer Dim selectionCount As Integer Dim rowFirst As List(Of Integer) Dim rowLast As List(Of Integer) Dim colFirst As List(Of Integer) Dim colLast As List(Of Integer) instance.SetSelection(sheet, paneType, rowActive, columnActive, selectionCount, rowFirst, rowLast, colFirst, colLast)
Target Platforms: Windows Server 2012, Windows RT