An application sends a ZGM_GETCELLINDEX message to get the index of a cell that is being referenced by row and column.
ZGM_GETCELLINDEX
wParam = (WPARAM)(int) iRow; //row of cell
lParam = (LPARAM)(int) iCol; //column of cell
The ZeeGrid cell index of the cell referenced by row and column.