RemoveRange Method (ColumnCollection)
Removes a range of
Column objects from the collection.
public void RemoveRange(
int ,
int
)
'Declaration
Public Sub RemoveRange( _
ByVal As Integer, _
ByVal As Integer _
)
Parameters
- index
- The index of the first column to remove from the collection.
- count
- The number of columns to remove from the collection.