Insert Method (GridColumnCollection)
In This Topic
Inserts an
Element at a specified index.
Syntax
'Declaration
Public Overridable Sub Insert( _
ByVal As Integer, _
ByVal As Object _
)
public virtual void Insert(
int ,
object
)
Parameters
- index
- Index where the Element will be inserted.
- value
- Element to add to the list.
See Also