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