In This Topic
Syntax
'Declaration
Public Sub MoveOneCell( _
ByVal As Direction, _
ByRef command As Command, _
Optional ByVal As Boolean, _
Optional ByVal As Boolean, _
Optional ByVal As Boolean _
)
'Usage
Dim instance As WorksheetView
Dim direction As Direction
Dim command As Command
Dim notifyUI As Boolean
Dim fireEvent As Boolean
Dim isUIAction As Boolean
instance.MoveOneCell(direction, command, notifyUI, fireEvent, isUIAction)
public void MoveOneCell(
Direction ,
out Command command,
bool ,
bool ,
bool
)
Parameters
- direction
- command
- notifyUI
- fireEvent
- isUIAction
See Also