Click or drag to resize

selectRangeAreaexpand Method (textCursorZoneCorner, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Expands in the specified direction for given number of steps

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public int expand(
	textCursorZoneCorner direction,
	int step
)
Request Example View Source

Parameters

direction
Type: imbSCI.Core.reporting.zonetextCursorZoneCorner
The direction.
step
Type: SystemInt32
The step.

Return Value

Type: Int32
See Also