AddSelection(Int32,Int32,Int32,Int32,Boolean) Method
In This Topic
Syntax
'Declaration
Public Sub AddSelection( _
ByVal As Integer, _
ByVal column As Integer, _
ByVal As Integer, _
ByVal column2 As Integer, _
Optional ByVal As Boolean _
)
'Usage
Dim instance As WorksheetView
Dim row As Integer
Dim column As Integer
Dim row2 As Integer
Dim column2 As Integer
Dim notifyUI As Boolean
instance.AddSelection(row, column, row2, column2, notifyUI)
public void AddSelection(
int ,
int column,
int ,
int column2,
bool
)
Parameters
- row
- column
- row2
- column2
- notifyUI
See Also