ZeeGrid Control Message

ZGM_SETCOLFORMAT


ZGM_SETCOLFORMAT

An application sends a ZGM_SETCOLFORMAT message to set the format value of the cells in the specified column.

ZGM_SETCOLFORMAT
wParam = (WPARAM)(int) iCol;              //ZeeGrid column
lParam = (LPARAM)(int) iValue;            //format value

Parameters

iCol
The value of wParam. The ZeeGrid column number. If this value is zero, the action is performed on all columns.

iValue
The value of lParam. The value to set the cell format for every cell in the specified column.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard