AngularModelDimensions.Item Property
Parent Object: AngularModelDimensionsDescription
Allows VARIANT-indexed access to items in the collection. You can use names as indexes as well.
Syntax
AngularModelDimensions.Item( Index As Variant ) As AngularModelDimensionProperty Value
This is a read only property whose value is an AngularModelDimension.Parameters
Name | Type | Description |
Index | Variant | The index or name of the item within the collection to return. |