dlgitem_set_table_cell_at
dlgitem_set_table_cell_at(window, dlgitem, row, column, text)
Assigns a value to the cell specified by the intersection of row and column.
• 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 containing the cell.
• column — The 1-based index of the column containing the cell.
• text — Specifies the value in the cell.
If dlgitem does not refer to a table, or if row or column are illegal values, $ERROR is set and 0 is returned. Otherwise, 1 is returned.
Related Topics