Object.Select (
[from As Variant], '
[to As Variant] ) '
Shapes.Select (
[DoSelect As Boolean] ) '
Object.Select
Parameters
from
[in] Variant
to
[in] Variant
DoSelect
[in] Boolean
Remarks
Using the Select operator 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.