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