ZeeGrid Control Message

ZGM_GETROWOFINDEX


ZGM_GETROWOFINDEX

An application sends a ZGM_GETROWOFINDEX message to get the row of the specified cell index.

ZGM_GETROWOFINDEX
wParam = (WPARAM)(int) iCellIndex;  //cell index
lParam = 0;                         //not used; must be zero

Parameters

iCellIndex
The value of wParam. The index of the ZeeGrid cell.

Return Values

The ZeeGrid row number of the specified cell index.

Copyright © 2002-2016 by David Hillard