Click or drag to resize

Range Constructor (Typed)

X#
Construct a range.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	nMin,
	nMax
) CLIPPER
Request Example View Source

Parameters

nMin (Optional)
Type: Usual
The minimum value in the range. The default is 0.
nMax (Optional)
Type: Usual
The maximum value in the range. The default is 0.
See Also