The Column Solution object represents a single solution to a Column or a Column Translator algorithm.
The ColumnSolution object is applicable to the following phases:
-
AnyApp Pre-Application
-
AnyApp Post-Algorithm
-
AnyApp Post-Application
Property |
Description |
Applicable Events |
---|---|---|
RowCount |
This function returns the number of rows in the column solution. For more information, see RowCount (Property) (page RowCount (Property)). |
AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application |
Method |
Description |
Applicable Events |
---|---|---|
Row |
Given a number (1 ≤ nNumber ≤ objColSoln.RowCount), returns the corresponding column solution row within the column solution. For more information, see Row (Method) (page Row (Method)). |
AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application |