The TotalSetColumn Object (objTSC) represents a single column within a single total set.
The TotalSetColumn object is applicable to the following phases:
-
Post Extraction
-
AnyApp Post Extraction
-
Pre-Verification
-
Interactive
-
Interactive FKey
-
Post Verification
|
Property |
Description |
Applicable Events |
|---|---|---|
|
InBalance |
Read-only. True is returned if the given TotalSetColumn object is in balance. Otherwise, false is returned. For more information, see InBalance (Property)(page InBalance (Property)). |
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify |
|
IsDetail |
Read-only. True is returned if the Total Set Column has been configured as a detail. Otherwise, false is returned. For more information, see IsDetail (Property)(page IsDetail (Property)). |
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify |
|
IsFooter |
Read-only. True is returned if the Total Set Column has been configured as a footer. Otherwise, false is returned. For more information, see IsFooter (Property)(page IsFooter (Property)). |
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify |
|
IsHeader |
Read-only. True is returned if the Total Set Column has been configured as a header. Otherwise, false is returned. For more information, see IsHeader (Property)(page IsHeader (Property)). |
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify |
|
LastLineIsTotal |
Read-only. True is returned if the Last Line or Row of the Total Set Column is the sum total of the remainder of the rows. Otherwise, false is returned. For more information, see LastLineIsTotal (Property) (page LastLineIsTotal (Property)). |
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify |
|
RowCount |
Read-only. Returns the number of rows in the given object. For more information, see RowCount (Property) (page RowCount (Property)). |
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify |
|
Zone |
Read-only. This returns the zone object corresponding to the given TotalSetColumn object. For more information, see Zone (Property) (page Zone (Property)). |
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify |
|
Method |
Description |
Applicable Events |
|---|---|---|
|
Row |
Given a number (1 ≤ nNumber ≤ objColSoln.RowCount), returns the corresponding row within the object. For more information, see Row (Method) (page Row (Method)). |
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify |