ZeeGrid Control Message

ZGM_SETCELLMARK


ZGM_SETCELLMARK

An application sends a ZGM_SETCELLMARK message to set the mark attribute of the specified cell.

ZGM_SETCELLMARK
wParam = (WPARAM)(int) iCellIndex;   //Cell index
lParam = (LPARAM)(int) iMark;        //Cell mark attribute

Parameters

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

iMark
The value of lParam. The mark attribute value to set the specified cell.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard