ZeeGrid Control Message

ZGM_SETCELLJUSTIFY


ZGM_SETCELLJUSTIFY

An application sends a ZGM_SETCELLJUSTIFY message to set the text justification of the specified cell in the ZeeGrid.

ZGM_SETCELLJUSTIFY
wParam = (WPARAM)(int) iCellIndex;   //ZeeGrid cell index
lParam = (LPARAM)(int) iJustify;     //Justification value

Parameters

iCellIndex
The value of wParam. The ZeeGrid cell index to set the text justification value.

iJustify
The value of lParam. Valid values are in the range of [0..8].

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard