ZeeGrid Control Message

ZGM_SETCOLTYPE


ZGM_SETCOLTYPE

An application sends a ZGM_SETCOLTYPE message to set the data type of every cell in the specified column in the ZeeGrid.

ZGM_SETCOLTYPE
wParam = (WPARAM)(int) iCol;         //ZeeGrid column
lParam = (LPARAM)(int) iType;        //Type value

Parameters

iCol
The value of wParam. The ZeeGrid column to set every cell the data type value. If this value is zero, the action is performed on all columns.

iType
The value of lParam. Valid values are in the range of [0..5].

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard