Click or drag to resize

selectRangeAreaDictionarygetLast Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the last.

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public selectRangeAreaNamed getLast(
	bool mustBeUnclosed = false,
	bool allowUnclosed = true,
	int ago = 1
)
Request Example View Source

Parameters

mustBeUnclosed (Optional)
Type: SystemBoolean
if set to true [must be unclosed].
allowUnclosed (Optional)
Type: SystemBoolean
if set to true [allow unclosed].
ago (Optional)
Type: SystemInt32
The ago.

Return Value

Type: selectRangeAreaNamed
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionago - Must be between 0 and infinity. If it is above Count() - the first is returned
See Also