[]
        
(Showing Draft Content)

C1.Win.FlexGrid.ValidationRuleCollection.Insert

Insert Method

Insert(int, ValidationRule)

Inserts an item to the ValidationRuleCollection at the specified index.

Declaration
public void Insert(int index, ValidationRule item)
Parameters
Type Name Description
int index

The zero-based index at which item should be inserted.

ValidationRule item

The object to insert into the ValidationRuleCollection.

Implements