BlockSelect Method

The BlockSelect method selects all objects within the specified rectangle.

Syntax

object.BlockSelect( left, top, right, bottom )

 

Parameter Type Description
left Double required, left coordinate in page units
top Double required, top coordinate in page units
right Double required, right coordinate in page units
bottom Double required, bottom coordinate in page units

 

Example

This example shows how to select all of the objects within a box.

Shapes.BlockSelect( 2, 7, 10, 0 )

 

Used by: AutoShapes collection