IEstimate.MoveCursorToMinuteRowColumn Method

Moves the cursor to a specified location.
Sub MoveCursorToMinuteRowColumn( _ 
Optional ByVal Task As ITask = Nothing, _ 
Optional ByVal RowNumber As Integer = -1, _ 
Optional ByVal ColumnID As String = "" _ 
)
This language is not supported or no code example is available.
void MoveCursorToMinuteRowColumn( 
ITask Task = Nothing, 
int RowNumber = -1, 
string ColumnID = "" 
)
This language is not supported or no code example is available.

Parameters

Task
ITask

Optional. The task where the cursor is to be moved. The default value is null reference (Nothing in Visual Basic). If set to null reference (Nothing in Visual Basic), the minute of the current task is used.

RowNumber
int

Optional. The row where the cursor is to be moved. The default value is -1 which means the current row.

ColumnID
string

Optional. The column where the cursor is to be moved. The default value is an empty string which means the current column.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition