Applies to |
Selects all entities in the collection. Selected entities appear highlighted in the model window.
Shapes.Select ( [DoSelect As Boolean] )
Object.Select
Object.Select ( [from As Variant], [to As Variant] )
Using the Select method you can select a group of rows following one after another. The From and To parameters specify the first and last rows to be selected. Each of these parameters can be either a row index (starting from one) or a row value, i.e. the distance from the row's point on the contour to the contour beginning.
If not specified, the From parameter is assumed to point to the first row in the table, and To parameter points to the last one.