ZeeGrid Control Message

ZGM_GETCELLTYPE


ZGM_GETCELLTYPE

An application sends a ZGM_GETCELLTYPE message to get the ZeeGrid data type of the data in the referenced cell.

ZGM_GETCELLTYPE
wParam = (WPARAM)(int) iCellIndex;   //Cell index
lParam = 0;                          //not used; must be zero

Parameters

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

Return Values

The value of the cell type attribute.

Copyright © 2002-2016 by David Hillard