ZeeGrid Control Message

ZGM_SETCELLFORMAT


ZGM_SETCELLFORMAT

An application sends a ZGM_SETCELLFORMAT message to set the format value of the specified cell.

ZGM_SETCELLFORMAT
wParam = (WPARAM)(int) iCellIndex;        //ZeeGrid cell index
lParam = (LPARAM)(int) iValue;            //format value

Parameters

iCellIndex
The value of wParam. The ZeeGrid cell index.

iValue
The value of lParam. The value to set the cell format attribute.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard