ZeeGrid Control Message

ZGM_SETCELLNUMWIDTH


ZGM_SETCELLNUMWIDTH

An application sends a ZGM_SETCELLNUMWIDTH message to set the width (leading padding spaces) of the value of the specified cell.

ZGM_SETCELLNUMWIDTH
wParam = (WPARAM)(int) iCellIndex;        //ZeeGrid cell index
lParam = (LPARAM)(int) iValue;            //number width value

Parameters

iCellIndex
The value of wParam. The ZeeGrid cell index.

iValue
The value of lParam. The value to set the cell number width.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard