RemoveAt Method (ValidationRuleCollection)
In This Topic
Removes the
ValidationRuleCollection item at the specified index.
Syntax
'Declaration
Public Sub RemoveAt( _
ByVal As Integer _
)
public void RemoveAt(
int
)
Parameters
- index
- The zero-based index of the item to remove.
See Also