PowerTools SPREAD for Windows Forms 8.0J
DragFillBlockEventArgs コンストラクタ(SpreadView,Int32,Int32,Int32,Int32,Int32,FillDirection,Boolean,Boolean)


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

パラメータ

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

DragFillBlockEventArgs クラス
DragFillBlockEventArgs メンバ
オーバーロード一覧

 

 


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