Share

BorderDefinitions.Item Property

Parent Object: BorderDefinitions

Description

Returns the specified BorderDefinition object from the collection.

Syntax

BorderDefinitions.Item( Index As Variant ) As BorderDefinition

Property Value

This is a read only property whose value is a BorderDefinition.

Parameters

Name Type Description
Index Variant Input Variant value that specifies the to return. This can be either a numeric value indicating the index of the item in the collection or it can be a string indicating the border definition's name. If an out-of-range index or a name of a non-existent border definition is specified, an error occurs.

Version

Introduced in version 5.3

Was this information helpful?