ZeeGrid Control Message

ZGM_COPYCELL


ZGM_COPYCELL

An application sends a ZGM_GETCOPYCELL message to copy a cell specified by cell index in wParam to the cell index specified in lParam.

ZGM_COPYCELL
wParam = (WPARAM)(int) iCellIndexSource;       //cell index
lParam = (LPARAM)(int) iCellIndexDestination;  //cell index

Parameters

iCellIndexSource
The value of wParam. The cell index of the source cell to copy.

iCellIndexDestination
The value of lParam. The cell index of the destination cell to copy to.

Return Values

This message does not return a value.

Remarks

Copying a cell will copy every attribute of the source cell into the destination cell.

Copyright © 2002-2016 by David Hillard