'Declaration Sub MoveCursorTo( _ ByVal row As Integer, _ ByVal column As Integer _ )
'Declaration
Sub MoveCursorTo( _ ByVal row As Integer, _ ByVal column As Integer _ )
'Usage Dim instance As IScreen Dim row As Integer Dim column As Integer instance.MoveCursorTo(row, column)
'Usage
Dim instance As IScreen Dim row As Integer Dim column As Integer instance.MoveCursorTo(row, column)
void MoveCursorTo( int row, int column )
IScreen Interface IScreen Members