getRangeFromRelative(Range, String, ref Range) Method

gets target range in relation to origin range
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)

Syntax

private static bool getRangeFromRelative(
	Range originCell,
	string relAddress,
	ref Range theTargetRange
	)

Parameters

originCell
Type: Range
the origin cell to be related to
relAddress
Type: String
the relative address of the target as an RC style reference
theTargetRange
Type: Range
the returned resulting range

Returns

Boolean
True if boundaries are not violated, false otherwise