Places the specified double into a custom table.
Input Arguments
0 |
Collection Object Name |
Table Name |
The name of the table to which the cell should be added. |
1 |
Integer |
Row |
The row for the cell. |
2 |
Integer |
Column |
The column for the cell. |
3 |
Double |
Value |
The number to place in the cell. |
4 |
Alignment Type |
Alignment |
The alignment for the value in the cell. |
5 |
Integer |
Span |
The number of columns the cell should span. |
6 |
Integer |
Decimal Precision |
The number of decimal places in which the num- ber should be reported. A value of -1 indicates that the value should inherit the decimal precision of the enclosing table. |
Return Arguments
None.
Returned Status
SUCCESS |
The cell was set successfully. |
FAILURE |
The specified table was not found. |
Remarks
None.