ZeeGrid Control Message

ZGM_GETCELLTEXTLENGTH


ZGM_GETCELLTEXTLENGTH

An application sends a ZGM_GETCELLTEXTLENGTH message to get the length of the text string specified by the cell index.

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

Parameters

iCellIndex
The value of wParam. The ZeeGrid cell index.

Return Values

The length of the string in the cell specified in iCellIndex.

Copyright © 2002-2016 by David Hillard