An application sends a ZGM_SHOWROWNUMBERS message to enable or disable the display of row numbers in the ZeeGrid.
ZGM_SHOWROWNUMBERS
wParam = (WPARAM) (BOOL) fEnable; //enable flag
lParam = 0; //not used; must be zero
This message does not return a value.