ZeeGrid Control Message

ZGM_GETCELLMARK


ZGM_GETCELLMARK

An application sends a ZGM_GETCELLMARK message to get the mark attribute of the specified cell.

ZGM_GETCELLMARK
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 mark attribute.

Copyright © 2002-2016 by David Hillard