Public ReadOnly Property DataValidationListCount As Integer
Dim instance As Reader Dim value As Integer value = instance.DataValidationListCount
public int DataValidationListCount {get;}
public: property int DataValidationListCount { int get(); }
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.
Reader Class Reader Members