GrapeCity.Excel Namespace > IExcelReader Interface : SetSelection Method |
'Declaration Sub SetSelection( _ ByVal sheet As System.Short, _ ByVal paneType As PaneType, _ ByVal rowActive As System.Integer, _ ByVal columnActive As System.Integer, _ ByVal selectionCount As System.Integer, _ ByVal rowFirst As System.Collections.Generic.List(Of Integer), _ ByVal rowLast As System.Collections.Generic.List(Of Integer), _ ByVal colFirst As System.Collections.Generic.List(Of Integer), _ ByVal colLast As System.Collections.Generic.List(Of Integer) _ )
'Usage Dim instance As IExcelReader Dim sheet As System.Short Dim paneType As PaneType Dim rowActive As System.Integer Dim columnActive As System.Integer Dim selectionCount As System.Integer Dim rowFirst As System.Collections.Generic.List(Of Integer) Dim rowLast As System.Collections.Generic.List(Of Integer) Dim colFirst As System.Collections.Generic.List(Of Integer) Dim colLast As System.Collections.Generic.List(Of Integer) instance.SetSelection(sheet, paneType, rowActive, columnActive, selectionCount, rowFirst, rowLast, colFirst, colLast)
void SetSelection( System.short sheet, PaneType paneType, System.int rowActive, System.int columnActive, System.int selectionCount, System.Collections.Generic.List<int> rowFirst, System.Collections.Generic.List<int> rowLast, System.Collections.Generic.List<int> colFirst, System.Collections.Generic.List<int> colLast )
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6