Description

Returns an item of data column.

Property type

A Variant value.  

Item of data column.

Syntax

object.Item(ItemIndex, [ReturnVarType])

The Item Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataColumn.
ItemIndexRequired. A Long value.

0-based index of item

ReturnVarTypeOptional. A mcDVColVarTypes enumeration, as described in settings.

optional, type of the returned variable, can be mcdvVarTypeNative - native variable type from database (time, double,...), default mcdvVarTypeDouble - double mcdvVarTypeString - string

Settings

The settings for ReturnVarType are:

ConstantValueDescription
 mcdvVarTypeNative0

native variable (time, double,...)

 mcdvVarTypeDouble1

double

 mcdvVarTypeString2

string