Description
Read-only. This property returns the number of columns in a given TotalSet object.
Applicable Events
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.ColumnCount
Parameters
Object is a reference to the TotalSet object. For more information, see TotalSet Object (page TotalSet Object).
ColumnCount is the command.
Example
For I = 1 to oTotalset.ColumnCount
oTotalset.Column(i).Zone.Value = ""
Next I