SmartZone v6.1 for .NET - Updated
DataValidationListAddEntry Method (Reader)




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > Reader Class : DataValidationListAddEntry Method
New entry for DataValidationList, must be 80 characters or less.
Adds an entry to the data validation list.
Syntax
'Declaration
 
Public Sub DataValidationListAddEntry( _
   ByVal newEntry As String _
) 
'Usage
 
Dim instance As Reader
Dim newEntry As String
 
instance.DataValidationListAddEntry(newEntry)
public void DataValidationListAddEntry( 
   string newEntry
)
public: void DataValidationListAddEntry( 
   string* newEntry
) 
public:
void DataValidationListAddEntry( 
   String^ newEntry
) 

Parameters

newEntry
New entry for DataValidationList, must be 80 characters or less.
Exceptions
ExceptionDescription
Thrown if the length of entry is greater than 80 characters, null or an empty string.
Remarks

This method adds an entry to the data validation list.

See Also

Reference

Reader Class
Reader Members

Is this page helpful?
Yes No
Thanks for your feedback.