[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.PasteAction.PasteCell

PasteCell Method

PasteCell(int, int, object, object)

Adds information about an individual cell changing within a paste operation.

Declaration
public void PasteCell(int row, int col, object oldValue, object newValue)
Parameters
Type Name Description
int row
int col
object oldValue
object newValue