dlgitem_set_table_selection
dlgitem_set_table_selection(window, dlgitem, row[, column])
This function selects a row or a cell depending on the selection type of the table control. dlgitem_set_table_selection returns 0 if the operation failed. Otherwise, it returns 1.
• window — The window identifier of the window containing the table control.
• dlgitem — The value of the table control id attribute.
• row — The 1-based index of the row containing the cell.
• column — The 1-based index of the column containing the cell. This value is only used when the table control’s selection type is cell selection.
Related Topics