Previous Document Next Document

Object Model Reference : Classes : S : ShapeRange : Methods : ShapeRange.RemoveFromSelection


ShapeRange.RemoveFromSelection

Sub RemoveFromSelection()

Description

Member of ShapeRange

The RemoveFromSelection method removes a shape range from a selection..

VBA example

The following VBA example removes all rectangles from the current selection.

Sub Test()
 ActivePage.FindShapes(Type:=cdrRectangleShape).RemoveFromSelection
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.