Sets a header row for a custom table that spans the full width of the table.
Input Arguments
0 |
Collection Object Name |
Table Name |
The name of the table to which a header cell should be added. |
1 |
Integer |
Row |
The row for the header cell. |
3 |
String |
Header Text |
The text to place in the header cell. |
4 |
Alignment Type |
Alignment |
The alignment for the text in the cell. |
Return Arguments
None.
Returned Status
SUCCESS |
The cell was set successfully. |
FAILURE |
The specified table was not found. |
Remarks
The header will be repeated on successive pages of the table when viewed in an SA Report. Multiple consecutive rows of headers are allowed.
If a row of table headers is added to a table that is not contiguous with a previous header, that row becomes the new header for the remainder of the table.