'Declaration
Public Sub ModifyLocation( _ ByVal row As Integer, _ ByVal column As Integer, _ Optional ByVal notifyUI As Boolean _ )
Parameters
- row
- An integer value indicates the row of new location.
- column
- An integer value indicates the column of new location.
- notifyUI
true
to notify the UI to repaint; otherwise,false
.