Arbortext Command Language > Functions by Alphabetical Listing > dlgitem_ensure_table_visible_at
  
dlgitem_ensure_table_visible_at
dlgitem_ensure_table_visible_at(window, dlgitem, row)
Instructs Arbortext Editor to scroll the window so that the row row is displayed.
window — The window identifier of the window containing the table.
dlgitem — The value of the control's id attribute.
row — The 1–based index of the row to be displayed.
If dlgitem does not refer to a table, or if row is illegal, $ERROR is set and 0 is returned. Otherwise, 1 is returned.