dlgitem_get_table_column_header_at
dlgitem_get_table_column_header_at(window, dlgitem, column)
Returns the header label of the column specified by column.
• 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. If the table fewer columns than the value of column, the table is extended.
If dlgitem does not refer to a table, or if column is illegal, $ERROR is set and NULL is returned. Otherwise, the header label is returned.
Related Topics