Click or drag to resize

TextRange Constructor (Int32, Int32)

Initializes a new instance of the TextRange class. The region is defined by the specified rows.

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

Parameters

startRow
Type: SystemInt32
Start row
endRow
Type: SystemInt32
End row
See Also