Version

RefLoop Method

Constructs a reference relative to the specified starting reference by walking the specified RefTuple enumerator. For each RefTuple, the next "current" reference is constucted by calling the Find method based on the scope of the RefTuple. If forceDataRef is true, then any IsDataReference references are forced to resolve to a specific data item when an incomplete identifier is specified.
Syntax
'Declaration
 
Protected Function RefLoop( _
   ByVal start As RefBase, _
   ByVal tupleEnum As IEnumerator, _
   ByVal forceDataRef As Boolean _
) As IUltraCalcReference
protected IUltraCalcReference RefLoop( 
   RefBase start,
   IEnumerator tupleEnum,
   bool forceDataRef
)

Parameters

start
The starting Reference.
tupleEnum
A RefTuple enumerator positioned at the starting tuple.
forceDataRef
Force resolution to a specific data item.

Return Value

The specified reference
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also