ZeeGrid Control Message

ZGM_SETCELLTYPE


ZGM_SETCELLTYPE

An application sends a ZGM_SETCELLTYPE to programmatically set a cell's data type.

ZGM_SETCELLTYPE
wParam = (WPARAM)(int) iCellIndex;   //Cell index
lParam = (LPARAM)(int) iType;        //Cell type attribute

Parameters

iCellIndex
The value of wParam. The index of the ZeeGrid cell.

iType
The value of lParam. The data type attribute value to set the specified cell. Valid values are in the range of [0..5].

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard