CursorX

Syntax

<Path>.CursorX

The attribute CursorX sets the column in which the internal cursor is located. The method find starts searching from the current cursor position and sets the cursor to the next found item. The methods max and min set the cursor to the maximum or minimum value of the given range. Plant Simulation ignores ranges located before the current cursor position. The Method starts its task beginning at the cursor position. If a Method does not return the expected values, check the cursor position. The first row has the number 1. If you also want to include the user-defined index, set the attribute CursorX to 0.

Note:

This attribute applies to the DataTable and the TimeSequence.

Data Type of the Value You Can Assign

You can assign a value of data type integer.

Note:

You can also set the pointer by employing a user-defined index. For a user-defined index of data type integer, use the method setCursor!

Example

MyTable.CursorX := 1

Related Topics

setCursor

CursorY

find

findCeil

findFloor

findAttr

min

max