FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > DragFillBlockCompletedEventArgs クラス : DragFillBlockCompletedEventArgs コンストラクタ |
'Declaration
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 DragFillBlockCompletedEventArgs( SpreadView view, int rowBegin, int columnBegin, int rowEnd, int columnEnd, int numberToCopy, FillDirection direction, bool dataOnly )