Click or drag to resize

docScriptx_move Method (textCursorZoneCorner, Int32, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Moves the cursor

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public docScriptInstruction x_move(
	textCursorZoneCorner direction,
	int steps,
	bool moveZone = false
)
Request Example View Source

Parameters

direction
Type: imbSCI.Core.reporting.zonetextCursorZoneCorner
The direction.
steps
Type: SystemInt32
The steps.
moveZone (Optional)
Type: SystemBoolean

Return Value

Type: docScriptInstruction
See Also