[]
        
(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)
Public Sub PasteCell(row As Integer, col As Integer, oldValue As Object, newValue As Object)
Parameters
Type Name Description
int row
int col
object oldValue
object newValue