!--a11y-->
Definition
You use the Caption_Cell method to adjust the contents of header cells.
Structure
|
Method |
Caption_Cell |
|
Importing Parameter |
Description |
|
I_X |
X coordinate of the cell in the table |
|
I_Y |
Y coordinate of the cell in the table |
|
I_IS_EMPTY |
Cell is empty 'X' = empty |
|
I_IOBJNM_ROW |
Characteristic in the rows In the rows axis, the characteristic, whose header you want to display in the cell. |
|
I_ATTRINM_ROW |
Attribute for characteristic in the rows In the rows axis, the attribute for the characteristic, whose header you want to display in the cell. |
|
I_TEXT_ROW |
Text for characteristic / attribute |
|
I_IOBJNM_COLUMN |
Characteristic in the columns In the columns axis, the characteristic, whose header you want to display in the cell. |
|
I_ATTRINM_COLUMN |
Attribute for characteristic in the columns In the columns axis, the attribute for the characteristic, whose header you want to display in the cell. |
|
I_TEXT_COLUMN |
Text for characteristic / attribute |
|
I_ROWSPAN |
Number of cells that you want to merge along the rows axis |
|
I_COLSPAN |
Number of cells that you want to merge along the columns axis |
|
I_IS_REPETITION |
Repetition 'X' = cell contents is a repetition |