Object Model Reference : Classes : S : Shapes : Properties : Shapes.Item |
Property Item(IndexOrName As Variant) As Shape
Member of Shapes
The Item property returns a specified shape. It is the default property of the Shapes class.
The Item property returns a read-only value.
The following VBA example removes any fill from the first shape object in the Shapes collection.
Sub ShapesItem() |
ActiveLayer.Shapes.Item(1).Fill.ApplyNoFill |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.