ActiveField - QuickField API help

QuickField Student Edition free download     Contacts

ActiveField Technology

Objects Overview

Hierarchy Chart

How to Start: Application Object

How to work with Problems

How to work with Model

How to work with Data

How to Analyze Results

Objects

Properties

Methods

Select Method

Applies to

Summary

Selects all entities in the collection. Selected entities appear highlighted in the model window.

Syntax

Shapes.Select (
  [DoSelect As Boolean] )
Object.Select
Object.Select (
  [from As Variant],
  [to As Variant] )

Parameters

DoSelect
[in] Boolean
from
[in] Variant
to
[in] Variant

Remarks

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.