'宣言
Public Function New( _ ByVal sourceRange As CellRange, _ ByVal targetRange As CellRange, _ ByVal dragType As DragType _ )
public DragEventArgs( CellRange sourceRange, CellRange targetRange, DragType dragType )
パラメータ
- sourceRange
- ドラッグ開始時のセル範囲を表します。
- targetRange
- ドラッグ先のセル範囲を表します。
- dragType
- ドラッグアクションのタイプを表します。