SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / Reader Class / DataValidationListRemoveEntry Method
The DataValidationList entry string to be removed from the list




In This Topic
    DataValidationListRemoveEntry Method (Reader)
    In This Topic
    Removes an entry from the data validation list.
    Syntax
    'Declaration
     
    
    Public Sub DataValidationListRemoveEntry( _
       ByVal entry As String _
    ) 
    'Usage
     
    
    Dim instance As Reader
    Dim entry As String
     
    instance.DataValidationListRemoveEntry(entry)
    public void DataValidationListRemoveEntry( 
       string entry
    )
    public: void DataValidationListRemoveEntry( 
       string* entry
    ) 
    public:
    void DataValidationListRemoveEntry( 
       String^ entry
    ) 

    Parameters

    entry
    The DataValidationList entry string to be removed from the list
    Exceptions
    ExceptionDescription
    Thrown if the length of entry is greater than 80 characters.
    Remarks

    This method removes a specified entry from the data validation list. If the entry is not found, an exception will not be thrown.

    See Also