RemoveRange Method (GridColumnCollection)
In This Topic
Removes a range of elements from the list.
Syntax
'Declaration
Public Overridable Sub RemoveRange( _
ByVal As Integer, _
ByVal As Integer _
)
public virtual void RemoveRange(
int ,
int
)
Parameters
- index
- Index of the first element to remove from the list.
- count
- Number of elements to remove.
See Also