Click or drag to resize

selectRangeAreaexpand Method (textCursorZoneCorner, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Expands the specified direction.

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

Parameters

direction
Type: imbSCI.Core.reporting.zonetextCursorZoneCorner
The direction of expansion
stepCriteria
Type: SystemBoolean
If true it will expand one step

Return Value

Type: Int32
Size of expansion
See Also