'Declaration
Public Sub SetActiveCell( _ ByVal row As Integer, _ ByVal column As Integer, _ Optional ByVal notifyUI As Boolean, _ Optional ByVal fireEvent As Boolean _ )
'Usage
Dim instance As WorksheetView Dim row As Integer Dim column As Integer Dim notifyUI As Boolean Dim fireEvent As Boolean instance.SetActiveCell(row, column, notifyUI, fireEvent)
Parameters
- row
- column
- notifyUI
- fireEvent