Click or drag to resize

selectRangeAreaexpand Method (textCursorZoneCorner, Int32, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Expands in the specified direction for number of boolean arguments being true

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

Parameters

direction
Type: imbSCI.Core.reporting.zonetextCursorZoneCorner
The direction.
stepPerTrue
Type: SystemInt32
stepCriterias
Type: SystemBoolean
The step criterias.

Return Value

Type: Int32
See Also