MMpy.DataGrid.set_column_info

Syntax

datagrid.set_column_info(column, id, type)

Description

Sets the column information for a column in the data grid.

Parameters

Name
Type
Description

column 

int The column index (starts from 0).

id 

int The column ID.

type 

int The column type.

Notes

This should not be touched by users as it is generated by the script recorder.

Examples

datagrid = MMpy.DataGrid(...)
datagrid.set_column_info(0, 0, 0)

Resource ID

IDPH_DATAGRID_SET_COLUMN_INFO