Description
Set or retrieve the column labels in an edit table control.
Applies to
Edit table.
Syntax
labels = Send_Message(controlID, "COLLABEL", columnno, newvalue)
Parameters
Parameters are as follows.
Parameters | Description |
---|---|
Columnno | Column position, beginning from 1. Use 0 to specify all columns. |
Newvalue | If columnno > 0, newvalue indicates the new label for the column. If columnno is 0, passes an @FM-delimited array of column labels to replace existing labels. Pass null, to leave labels intact. |
Return value
Label of the specified column(s) (if multiple columns, in an @FM-delimited array).
See Also
AUTOSIZECOL property, COLDATA property, COLWIDTH message, COLSTYLE message