ZeeGrid Control Message

ZGM_GETCOLS


ZGM_GETCOLS

An application sends a ZGM_GETCOLS to get the number of columns in the ZeeGrid.

ZGM_GETCOLS
wParam = 0;  //not used; must be zero
lParam = 0;  //not used; must be zero

Return Values

This message returns the total number of columns in the ZeeGrid.

Remarks

This message function will return the total number of columns in the ZeeGrid. Columns that have been resized to zero width and non-visible columns as specified in ZGM_DIMGRID are included in the returned value.

Copyright © 2002-2016 by David Hillard