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:

ParametersDescription
ColumnindexPosition of column in the control (starting with 1). Use -1 to specify the last column.
ColumndescrAn @FM-delimited array of COLLABEL, COLSTYLE, COLCHARS, COLWIDTH.

Return value

The column number for the inserted column.

  • No labels