PowerTools SPREAD for Windows Forms 8.0J
DragFillBlockCompletedEventArgs コンストラクタ


選択元のビュー
オートフィルに使用する範囲の左上セルの行インデックス
オートフィルに使用する範囲の左上セルの列インデックス
オートフィルに使用する範囲の右下セルの行インデックス
オートフィルに使用する範囲の右下セルの列インデックス
オートフィルで入力する行または列の数
オートフィルの向き
データのみを使用するかどうか
DragDropBlockCompleted イベント引数を含む新しいオブジェクトを作成します。
構文
'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 _
)
'使用法
 
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)
public DragFillBlockCompletedEventArgs( 
   SpreadView view,
   int rowBegin,
   int columnBegin,
   int rowEnd,
   int columnEnd,
   int numberToCopy,
   FillDirection direction,
   bool dataOnly
)

パラメータ

view
選択元のビュー
rowBegin
オートフィルに使用する範囲の左上セルの行インデックス
columnBegin
オートフィルに使用する範囲の左上セルの列インデックス
rowEnd
オートフィルに使用する範囲の右下セルの行インデックス
columnEnd
オートフィルに使用する範囲の右下セルの列インデックス
numberToCopy
オートフィルで入力する行または列の数
direction
オートフィルの向き
dataOnly
データのみを使用するかどうか
参照

DragFillBlockCompletedEventArgs クラス
DragFillBlockCompletedEventArgs メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.