DataValidationContains(Int32) Method
Indicate if the list of field elements contains the indicated field.
Namespace: Aliquo.Windows.ModelsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public bool Contains(
int index
)
Public Function Contains (
index As Integer
) As Boolean
- index Int32
- Index of element to search.
Boolean if the list of field elements contains the indicated field; otherwise,
.