Applies to |
Removes the attribute from the collection.
Attributes.Remove ( attr As Attribute )
Object.Remove ( index As Variant )
FieldQuantities.Remove ( Quantity As QfQuantity )
Columns.Remove ( column As TableColumn )
Rows.Remove As Long
Spline.Remove ( index As Long )
Generally the Remove method removes an item from the collection. The exact syntax depends upon the kind of collection that the Remove method belongs to.
In most cases the index parameter is used in the same way as the parameter of the Item method of the collection. An exclusion is the Columns collection that requires a TableColumn object as a parameter of the Remove method.
The Rows collection does not require any parameter for Remove method, because it removes the rows that are currently selected.