Click or drag to resize

selectRange Constructor (Int32, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the selectRange class.

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public selectRange(
	int __x,
	int __y
)
Request Example View Source

Parameters

__x
Type: SystemInt32
The x.
__y
Type: SystemInt32
The y.
See Also