ZeeGrid Control Message

ZGM_GETCELLJUSTIFY


ZGM_GETCELLJUSTIFY

An application sends a ZGM_GETCELLJUSTIFY message to get the text justification value of the specified cell in the ZeeGrid.

ZGM_GETCELLJUSTIFY
wParam = (WPARAM)(int) iCellIndex;   //ZeeGrid cell index
lParam = 0;                          //not used; must be zero

Parameters

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

Return Values

The text justification value of the cell specified in wParam.

Copyright © 2002-2016 by David Hillard