| Remove Method | |
| See Also |
- Index
The data column to be removed. Select the data column by supplying one of the following:
- The index of the data column, 0-based (long integer)
- The unique ID of the data column (string)
Removes the specified column from the collection.
| Visual Basic |
|---|
Public Sub Remove( _
ByVal Index As Variant _
) |
- Index
The data column to be removed. Select the data column by supplying one of the following:
- The index of the data column, 0-based (long integer)
- The unique ID of the data column (string)