[]
Adds information about an individual cell changing within a paste operation.
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)
| Type | Name | Description |
|---|---|---|
| int | row | |
| int | col | |
| object | oldValue | |
| object | newValue |