Column Object Properties 

The Column object has the properties:

 

Column Object Properties

Name

Type/Parameter

Description

Index

Long

Index of the column in the Table. Read-only.

Name

String

Name of the column.

Type

CRfcType

Data type of the column.

TypeName

String

Description name of the type. Read-only.

IntLength

Long

Width of the column.

Decimals

Long

Number of decimals.

Offset

Long

Internal start address of the column. Read-only.

Data

Array of VARIANT

Gets/sets the data (all row values) for the Column object. The data is returned as an array.

Value

Long RowIndex

Access a single value in the column.