Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / NotifyUISelection Method


In This Topic
NotifyUISelection Method
In This Topic
Syntax
'Declaration
 
Public Sub NotifyUISelection( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal row2 As Integer, _
   ByVal column2 As Integer _
) 
 
'Usage
 
Dim instance As WorksheetView
Dim row As Integer
Dim column As Integer
Dim row2 As Integer
Dim column2 As Integer
 
instance.NotifyUISelection(row, column, row2, column2)

Parameters

row
column
row2
column2
See Also