INTF IF_XCO_XLSX_RA_CURSOR
Source Link
Open in ADT
Home
Previous Object: IF_XCO_XLSX_RA_CS_VISITOR
Next Object: IF_XCO_XLSX_RA_CURSOR_POSITION
Status: RELEASED
Public
Attribute position TYPE if_xco_xlsx_ra_cursor_position
Method has_cell
RETURNING rv_has_cell TYPE ABAP_BOOL
Method get_cell
RETURNING ro_cell TYPE if_xco_xlsx_ra_cell
Method set_column
IMPORTING
 io_column TYPE cl_xco_xlsx_coordinate
RETURNING ro_me TYPE if_xco_xlsx_ra_cursor
Method set_row
IMPORTING
 io_row TYPE cl_xco_xlsx_coordinate
RETURNING ro_me TYPE if_xco_xlsx_ra_cursor
Method move_up
IMPORTING
 iv_steps TYPE I Optional
RETURNING ro_me TYPE if_xco_xlsx_ra_cursor
Method move_right
IMPORTING
 iv_steps TYPE I Optional
RETURNING ro_me TYPE if_xco_xlsx_ra_cursor
Method move_down
IMPORTING
 iv_steps TYPE I Optional
RETURNING ro_me TYPE if_xco_xlsx_ra_cursor
Method move_left
IMPORTING
 iv_steps TYPE I Optional
RETURNING ro_me TYPE if_xco_xlsx_ra_cursor
Exists on:
754 | undefined |
750 | undefined |
702 | undefined |
Bug reports and ideas welcome
Made using abaplint.app