FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / PasteAction Class / PasteCell Method

In This Topic
    PasteCell Method
    In This Topic
    Adds information about an individual cell changing within a paste operation.
    Syntax
    'Declaration
     
    
    Public Sub PasteCell( _
       ByVal row As Integer, _
       ByVal col As Integer, _
       ByVal oldValue As Object, _
       ByVal newValue As Object _
    ) 
    public void PasteCell( 
       int row,
       int col,
       object oldValue,
       object newValue
    )

    Parameters

    row
    col
    oldValue
    newValue
    See Also