 | ICommenceDatabaseViewItemIndex Method |
Returns the index of the item with the indicated name field value. The item must also satisfy the currently defined filter (if any). Use a clarified itemname if possible.
Note: If the NameFieldValue is left blank, the marked item will be used. Returns the index of the marked item (if any).
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxint ViewItemIndex(
string nameFieldValue
)
Function ViewItemIndex (
nameFieldValue As String
) As Integer
Parameters
- nameFieldValue
- Type: SystemString
Commence Name field value. Note: it must be the fieldvalue, NOT the clarified itemname.
Return Value
Type:
Int32Index (1-based).
See Also