Spread Windows Forms 6.0 Product Documentation
DragFillBlockCompletedEventArgs Constructor
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > DragFillBlockCompletedEventArgs Class : DragFillBlockCompletedEventArgs Constructor


view
View from which to make a selection
rowBegin
Row index of the top left cell of the range being used for the fill
columnBegin
Column index of the top left cell of the range being used for the fill
rowEnd
Row index of the bottom right cell of the range being used for the fill
columnEnd
Column index of the bottom right cell of the range being used for the fill
numberToCopy
Number of rows or columns being filled
direction
Direction of the fill
dataOnly
Whether only data is used

Glossary Item Box

Creates a new object with the DragDropBlockCompleted event arguments.

Syntax

Visual Basic (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 _
)
Visual Basic (Usage)Copy Code
Dim view As SpreadView
Dim rowBegin As Integer
Dim columnBegin As Integer
Dim rowEnd As Integer
Dim columnEnd As Integer
Dim numberToCopy As Integer
Dim direction As FillDirection
Dim dataOnly As Boolean
 
Dim instance As New DragFillBlockCompletedEventArgs(view, rowBegin, columnBegin, rowEnd, columnEnd, numberToCopy, direction, dataOnly)
C# 
public DragFillBlockCompletedEventArgs( 
   SpreadView view,
   int rowBegin,
   int columnBegin,
   int rowEnd,
   int columnEnd,
   int numberToCopy,
   FillDirection direction,
   bool dataOnly
)

Parameters

view
View from which to make a selection
rowBegin
Row index of the top left cell of the range being used for the fill
columnBegin
Column index of the top left cell of the range being used for the fill
rowEnd
Row index of the bottom right cell of the range being used for the fill
columnEnd
Column index of the bottom right cell of the range being used for the fill
numberToCopy
Number of rows or columns being filled
direction
Direction of the fill
dataOnly
Whether only data is used

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.