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

Remove Method

Remove Method

                          

Summary

Removes the column from the table.

Syntax

Columns.Remove (
   column As TableColumn )              '
Rows.Remove As Long
Object.Remove (
   index As Variant )                   '
Spline.Remove (
   index As Long )                      '

Parameters

column
[in, optional] TableColumn
index
[in, optional] Variant
index
[in, optional] Long

Remarks

Generally the Remove method removes an item from the collection. The exact syntax depends upon the kind of collection that the Remove method belongs to.

In most cases the index parameter is used in the same way as the parameter of the Item method of the collection. An exclusion is the Columns collection that requires a TableColumn object as a parameter of the Remove method.

The Rows collection does not require any parameter for Remove method, because it removes the rows that are currently selected.