Object Model Reference : Classes : S : ShapeRange : Methods : ShapeRange.RemoveFromSelection |
Sub RemoveFromSelection()
Member of ShapeRange
The RemoveFromSelection method removes a shape range from a selection..
The following VBA example removes all rectangles from the current selection.
Sub Test() |
ActivePage.FindShapes(Type:=cdrRectangleShape).RemoveFromSelection |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.