nType = MTblGetCellType( hWndCol, nRow )

Retrieves the type of a cell and/or column.

Parameters
hWndCol
Window Handle: Handle of the column.

nRow
Number: Number of the row. Specify TBL_Error to retrieve the type of the column.

Return
Number: The type of the cell / column if successful

Type

Meaning

COL_CellType_Undefined

Undefined, cell has the type of the column

COL_CellType_Standard

Standard edit

COL_CellType_CheckBox

Checkbox

COL_CellType_DropDownList

Drop down list

COL_CellType_PopupEdit

Popup edit

or negative if an error occured

Example

Set nType = MTblGetCellType( hWndCol, nRow )

See also
Cell types

Created with the Personal Edition of HelpNDoc: Easy to use tool to create HTML Help files and Help web sites