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