SmartZone v8.0 - Updated January 12, 2025
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / Reader Class / DataValidationListCount Property




DataValidationListCount Property (Reader)
Returns the number of entries in the data validation list.
Syntax
'Declaration
 
Public ReadOnly Property DataValidationListCount As Integer
 
'Usage
 
Dim instance As Reader
Dim value As Integer
 
value = instance.DataValidationListCount
Exceptions
ExceptionDescription
 
Remarks

This read-only property allows you get the current number of entries in the data validation list.

If the FieldType is not set to FieldType.DataValidationList, an exception will be thrown.

See Also