ZeeGrid Control Message

ZGM_GETCELLFORMAT


ZGM_GETCELLFORMAT

An application sends a ZGM_GETCELLFORMAT message to get the format value of the specified cell.

ZGM_GETCELLFORMAT
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 format value of the cell specified in iCellIndex.

Copyright © 2002-2016 by David Hillard