ColumnByName (Property) - OCR for AnyDoc - Foundation 23.1 - Foundation 23.1 - AnyDoc - external

OCR for AnyDoc Programming Reference Guide

Platform
AnyDoc
Product
OCR for AnyDoc
Release
Foundation 23.1
License

Description

Read-only. If given a string expression (strName), returns a Total Set Column object with the given name.

Applicable Events

Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify

Syntax

object.ColumnByName (strName)

Parameters

Object is a reference to the TotalSet object. For more information, see TotalSet Object (page TotalSet Object).

ColumnByName is the command.

strName is the name for the Total Set Column.

Example

Set oColumn = oTotalSet.ColumnByName("Amount")‘ Get Column Amount