An application sends a ZGM_SETROWFONT message to set the font of every cell in the specified row in the ZeeGrid.
ZGM_SETROWFONT
wParam = (WPARAM)(int) iRow; //ZeeGrid row
lParam = (LPARAM)(int) iFPIndex; //Font palette index
This message does not return a value.