ZeeGrid Control Message

ZGM_SETROWMARK


ZGM_SETROWMARK

An application sends a ZGM_SETROWMARK message to set the mark attribute of every cell in the the specified row.

ZGM_SETROWMARK
wParam = (WPARAM)(int) iRow;         //Row number
lParam = (LPARAM)(int) iMark;        //Cell mark attribute

Parameters

iRow
The value of wParam. The ZeeGrid row number.

iMark
The value of lParam. The mark attribute value to set every cell in the row.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard