Click or drag to resize

TextRange Constructor (Int32)

Initializes a new instance of the TextRange class. The region covers one single row/line.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public TextRange(
	int row
)

Parameters

row
Type: SystemInt32
Line of the text
See Also