Arbortext Command Language > Functions by Alphabetical Listing > dlgitem_find_table_cell_in_column
  
dlgitem_find_table_cell_in_column
dlgitem_find_table_cell_in_column(window, dlgitem, column, text)
Searches a column in a table for the cell containing text.
window — The window identifier of the window containing the table.
dlgitem — The value of the control's id attribute.
column — The 1–based index of the column to search.
text — The content to search for.
If dlgitem does not refer to a table, or if column is illegal, $ERROR is set and -1 is returned. If no cell in the column contains text, 0 is returned. Otherwise, the 1–based index of the first row containing text is returned.