ActiveField™ Help    

Main QuickField Site  

Free Downloads  

Contacts  

ActiveField Technology
What's New
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

Parametric Simulation Samples

Select Method

Select Method

                          

Summary

Selects group of rows in the table.

Syntax

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.