Index property

Returns an index value for Database Column, Stationery, Routing Target, Custom Field Definition, Portal Entry. Indices are 1-based.

Syntax


C++

HRESULT get_Index(LONG* pIndex)

Scripting languages

value = object.Index

Remarks


For IERUDBColumn:

The indices dictate the order that the Database Columns appear in the eRoom user interface. To set the index position, use SetColumnPosition().

For IERUCustomFieldDef:

The indices dictate the order that the Custom Field Definitions appear in the eRoom user interface. To set the index position, use SetCustomFieldDefPosition.

For IERURoutingTarget:

The indices dictate the order that the routing buttons appear in the eRoom user interface. To set the index position, use SetTargetPosition().

For IERUStationery:

The indices dictate the order of the stationery buttons in the eRoom user interface. To set the index position, use SetStationeryPosition().

Home

Applies to

IERUDBColumn

IERUCustomFieldDef

IERURoutingTarget

IERUStationery