RemoveRange Method (GridColumnCollection)
In This Topic
Removes a range of elements from the
System.Collections.ArrayList.
Syntax
'Declaration
Public Overridable Sub RemoveRange( _
ByVal As Integer, _
ByVal As Integer _
)
public virtual void RemoveRange(
int ,
int
)
Parameters
- index
- The zero-based starting index of the range of elements to remove.
- count
- The number of elements to remove.
See Also