SetValueIndex
The SetValueIndex method sets the value index of this storage-unit cursor.
void SetValueIndex (in ODValueIndex valueIndex);
valueIndex
- The value index of the value in the focus context, or 0 to ignore the value index (and use the value type to specify the value in the focus context).
DISCUSSION
When you use this storage-unit cursor to focus your part's storage unit, the value index of this storage-unit cursor is ignored unless the value type is kODNULL.
SEE ALSO
The ODValueIndex type (page 904).
The ODStorageUnitCursor::GetValueIndex method (page 718).