Removes a Column object from the collection.
| Visual Basic |
|---|
Public Sub Remove( _
ByVal Index As Variant _
) |
- Index
- The index of the column to remove
You can only remove columns:
- In system forms
- In matrix objects whose data has not been loaded
Copy Code | ||
|---|---|---|
| ||