public void AddSelection( int row, int column, int row2, int column2, bool notifyUI )
'Declaration Public Sub AddSelection( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal row2 As Integer, _ ByVal column2 As Integer, _ Optional ByVal notifyUI As Boolean _ )
'Declaration
Public Sub AddSelection( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal row2 As Integer, _ ByVal column2 As Integer, _ Optional ByVal notifyUI 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)
'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)
WorksheetView Class WorksheetView Members