ZeeGrid Control Message

ZGM_SETROWTYPE


ZGM_SETROWTYPE

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

ZGM_SETROWTYPE
wParam = (WPARAM)(int) iRow;         //Row number
lParam = (LPARAM)(int) iType;        //Cell type attribute

Parameters

iRow
The value of wParam. The ZeeGrid row number.

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

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard