Places the specified string 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 |
String |
Value |
The text to place in the cell. |
4 |
Alignment Type |
Alignment |
The alignment for the text in the cell. |
5 |
Integer |
Span |
The number of columns the cell should span. |
Return Arguments
None.
Returned Status
SUCCESS |
The cell was set successfully. |
FAILURE |
The specified table was not found. |
Remarks
None.