ZeeGrid Control Message

ZGM_GETCELLINDEX


ZGM_GETCELLINDEX

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

Parameters

iRow
The value of wParam. The ZeeGrid row number.

iCol
The value of lParam. The ZeeGrid column number.

Return Values

The ZeeGrid cell index of the cell referenced by row and column.

Copyright © 2002-2016 by David Hillard