====== DELETECOL message ====== ==== Description ==== Deletes a column from an edit table. ==== Applies To ==== Edit table. ==== Syntax ==== //deletedcolumn// = **Send_Message**(//controlID//, "**DELETECOL**", //columnindex//) ==== Parameters ==== Parameters are as follows. ^Parameter^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 [[insertcol_message|Send_Message(" INSERTCOL")]] to insert the column in a different position. ==== See Also ==== [[insert_message|Insert message]], [[move_row_message|Move_Row message]], [[delete_message|Delete message]]