Description
Deletes a column from an edit table.
Applies to
Edit table.
Syntax
deletedcolumn = Send_Message(controlID, "DELETECOL", columnindex)
Parameters
Parameters are as follows.
Parameters | Description |
---|---|
columnindex | Position of column in the control (starting with 1). Use -1 to specify the last column. |
Do not delete all the columns in an edit table; at least one visible column is required.
Returns
Returns an @FM-delimited array of: COLCHARS, COLLABEL, COLSTYLE, COLWIDTH. This array can be passed to Send_Message("INSERTCOL") to insert the column in a different position.