TableBoxColumn.SetControl

Syntax:

SetControl(<ControlType>)

Parameters:

<ControlType> (required)

Type: Type.
Control type defined as an editor.

Description:

Sets a new control type used as a cell value editor for the given column of the table box.

Availability:

Thick client.

Example:

CurColumn = Controls.TableBox.Columns[2];
CurColumn.SetControl(Type("CheckBox"));


    

1C:Enterprise Developer's Community