BorderDefinitions.Item Property
Parent Object: BorderDefinitionsDescription
Returns the specified BorderDefinition object from the collection.
Syntax
BorderDefinitions.Item( Index As Variant ) As BorderDefinitionProperty 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. |