NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HxLink DID NOT INITIALIZE

Remove Method

Removes a member from a Collection object.

object.Remove index

Arguments

object
Required. An object expression that evaluates to an object in the Applies To list.
index
Required. An expression that specifies the position of a member of the collection. If a numeric expression, index must be a number from 1 to the value of the collection's Count property. If a string expression, index must correspond to the key argument specified when the member referred to was added to the collection.

Remarks

If the value provided as index doesn’t match an existing member of the collection, an error occurs.

See Also

Example

Add Method | Add Method (VBA Add-In Object Model) | Item Method | Item Method (VBA Add-In Object Model) | ItemAdded Event (VBA Add-In Object Model) | ItemRemoved Event (VBA Add-In Object Model)

Applies To: BindingCollection Object | Collection Object | DataMembers Collection | ExportFormats Collection | Licenses Collection | rdoColumns Collection | rdoConnections Collection | rdoEnvironments Collection | StdDataFormats Collection