ZeeGrid Control Message

ZGM_SETROWNUMWIDTH


ZGM_SETROWNUMWIDTH

An application sends a ZGM_SETROWNUMWIDTH message to set the width of the displayed value in the cells of the specified row.

ZGM_SETROWNUMWIDTH
wParam = (WPARAM)(int) iRow;              //ZeeGrid row
lParam = (LPARAM)(int) iValue;            //number width value

Parameters

iRow
The value of wParam. The ZeeGrid row number.

iValue
The value of lParam. The value to set the cell number width for every cell in the specified row.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard