brColumn Method

       

Returns the attribute number of the specified attribute-defining item of the D3 file associated with the clsD3File object.

Syntax

lValue = object.brColumn(sName)

Parameters

Parameter

Description

lValue

The return value is a Long data type indicating the attribute number.

object

An object variable that represents a clsD3File object.

sName

A String that specifies the attribute-defining item.

Remarks

If the requested attribute-defining item is not found in the D3 file, the method raises the exception d3SrvErr_BadCol.

The brAttribute method and brColumn method return the same results.