INSERTCOL message
Description
Inserts a column into an edit table.
Applies To
Edit table.
Syntax
insertedcolumn = Send_Message(controlID, "INSERTCOL", columnindex, columndescr)
Parameters
Parameters are as follows:
Parameter | Description |
---|---|
Columnindex | Position of column in the control (starting with 1). Use -1 to specify the last column. |
Columndescr | An @FM-delimited array of COLLABEL, COLSTYLE, COLCHARS, COLWIDTH. |
Returns
The column number for the inserted column.