Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ValidateActionCollection Class / InsertItem Method


In This Topic
InsertItem Method (ValidateActionCollection)
In This Topic
Inserts an element into the collection at the specified index.
Syntax
'Declaration
 
Protected Overrides Sub InsertItem( _
   ByVal index As Integer, _
   ByVal item As ValidateActionBase _
) 
 
'Usage
 
Dim instance As ValidateActionCollection
Dim index As Integer
Dim item As ValidateActionBase
 
instance.InsertItem(index, item)

Parameters

index
item
See Also