FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > DragFillBlockEventArgs クラス > DragFillBlockEventArgs コンストラクタ : DragFillBlockEventArgs コンストラクタ(SpreadView,Int32,Int32,Int32,Int32,Int32,FillDirection,Boolean) |
'宣言
Public Function New( _ ByVal view As SpreadView, _ ByVal rowBegin As Integer, _ ByVal columnBegin As Integer, _ ByVal rowEnd As Integer, _ ByVal columnEnd As Integer, _ ByVal numberToCopy As Integer, _ ByVal direction As FillDirection, _ ByVal dataOnly As Boolean _ )
public DragFillBlockEventArgs( SpreadView view, int rowBegin, int columnBegin, int rowEnd, int columnEnd, int numberToCopy, FillDirection direction, bool dataOnly )