dlgitem_set_table_row_count
dlgitem_set_table_row_count(window, dlgitem, count)
Specifies the number of rows in the table.
• window — The window identifier of the window containing the table.
• dlgitem — The value of the control's id attribute.
• count — Specifies the number of rows in the table.
If dlgitem does not refer to a table, or if count is illegal, $ERROR is set and 0 is returned. Otherwise, 1 is returned.
Related Topics