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