Gets the ID of the value list item with the specified GUID. Returns -1 if a match is not found.
Visual Basic |
---|
Public Function GetValueListItemIDByGUID( _ ByVal ValueList As Long, _ ByVal ItemGUID As String, _ Optional ByVal AllowDeletedItems As Boolean = False _ ) As Long |