An application sends a ZGM_SETCELLFCOLOR message to get the foreground color (text color) of the specified cell in the ZeeGrid.
ZGM_GETCELLFCOLOR
wParam = (WPARAM)(int) iCellIndex; //Cell index
lParam = 0; //not used; must be zero
The color palette index of the specified cell's foreground (text) color.