Share via


Tabs.Remove Method

Outlook Forms Script Reference

Removes a member from a collection.

Syntax

expression.Remove(varg)

expression   A variable that represents a Tabs object.

Parameters

Name Required/Optional Data Type Description
varg Required Variant A member's position, or index, within a collection. Numeric as well as string values are acceptable. If the value is a number, the minimum value is zero, and the maximum value is one less than the number of members in the collection. If the value is a string, it must correspond to a valid member name.

See Also