[]
        
(Showing Draft Content)

C1.Win.FlexGrid.ValidationRuleCollection.RemoveAt

RemoveAt Method

RemoveAt(int)

Removes the ValidationRuleCollection item at the specified index.

Declaration
public void RemoveAt(int index)
Public Sub RemoveAt(index As Integer)
Parameters
Type Name Description
int index

The zero-based index of the item to remove.

Implements