Spread Windows Forms 12.0 Product Documentation
InsertItem Method (ValidateActionCollection)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ValidateActionCollection Class : InsertItem Method
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)
protected override void InsertItem( 
   int index,
   ValidateActionBase item
)

Parameters

index
item
See Also

Reference

ValidateActionCollection Class
ValidateActionCollection Members