 | PasteActionPasteCell メソッド |
貼り付け操作内で変更される個々のセルに関する情報を追加します。
名前空間: C1.WPF.FlexGridアセンブリ: C1.WPF.FlexSheet.4 (C1.WPF.FlexSheet.4.dll 内) バージョン: 4.0.20161.507 (4.0.20161.507)
構文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
)
パラメータ
- row
- 型: SystemInt32
- col
- 型: SystemInt32
- oldValue
- 型: SystemObject
- newValue
- 型: SystemObject
参照