RemoveAt Method (GridColumnCollection)
In This Topic
Removes the element at the specified index of the
System.Collections.ArrayList.
Syntax
'Declaration
Public Overridable Sub RemoveAt( _
ByVal As Integer _
)
public virtual void RemoveAt(
int
)
Parameters
- index
- The zero-based index of the element to remove.
See Also