An application sends a ZGM_EXPANDROWSONPASTE message to enable or disable the ZeeGrid adding additional rows to complete a clipboard paste operation.
ZGM_EXPANDROWSONPASTE
wParam = (WPARAM) (BOOL) fEnable; //enable flag
lParam = 0; //not used; must be zero
This message does not return a value.
Expanding rows on paste is disabled by default.