Insert Method (GridColumnCollection)
In This Topic
Inserts an element into the
System.Collections.ArrayList at the specified index.
Syntax
'Declaration
Public Overridable Sub Insert( _
ByVal As Integer, _
ByVal As Object _
)
public virtual void Insert(
int ,
object
)
Parameters
- index
- The zero-based index at which should be inserted.
- value
- The System.Object to insert. The value can be a null reference (Nothing in Visual Basic).
See Also