Remove Method (Property Object)

Object: Property Object

Prerequisites: None

Removes a property from the collection, using an index.

Usage

Property.Remove (ByVal arg As Long)

Arguments

arg

A zero-based index of a property, or the name of a property.

Description

Applies to the Properties object (see Property Object).

Examples

PropObjs.Remove(3)