Column (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 column number (1 ≤ nNumber ≤ objTS.ColumnCount), returns a Total Set Column object for that column.

Applicable Events

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

Syntax

object.Column (ColumnNumber)

Parameters

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

Column is the command.

ColumnNumber is the column number.

Example

Set oColumn = oTotalSet.Column(1)‘ Get Column #1