ZeeGrid Control Message
ZGM_SETCOLUMNORDER
ZGM_SETCOLUMNORDER
An application sends a ZGM_SETCOLUMNORDER message to programmatically set the display order of the ZeeGrid columns.
ZGM_SETCOLUMNORDER
wParam = (WPARAM)(int) iElements; //number of elements in the array in lParam
lParam = (LPARAM) lpiArray; //array of integers
Parameters
-
iElements
-
The value of wParam. The number of elements in the integer array supplied in lParam.
-
lpiArray
-
The value of lParam. A pointer to an array of integers. This array defines the column display order. Each element of the array holds a valid ZeeGrid column number. The display order of the columns will be set to the order specified by the array.
Return Values
This message does not return a value.
Copyright © 2002-2016 by David Hillard