[This is preliminary documentation and is subject to change.]

Gets the Position of various tracker table depending on the field list

Namespace:  OfficeClip.BusinessLayer.Tracker
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public int GetTablePosition(
	TrackerFieldsNameId id
)
Visual Basic (Declaration)
Public Function GetTablePosition ( _
	id As TrackerFieldsNameId _
) As Integer
Visual C++
public:
int GetTablePosition(
	TrackerFieldsNameId id
)

Parameters

id
Type: OfficeClip.Utils..::.TrackerFieldsNameId
The id of the tracker field that specifies the table

Return Value

The Position of the table on the dataset of the field list

See Also