QDVEstimate.MoveCursorToMinuteRowColumn Method

Moves the cursor to a specified location.
public void MoveCursorToMinuteRowColumn( 
string HexID = "", 
int RowNumber = -1, 
string ColumnID = "" 
)
This language is not supported or no code example is available.

Parameters

HexID
string

Optional. The task hex ID 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.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition