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


SheetView
ドラッグ&フィルする範囲の開始位置の行インデックス
ドラッグ&フィルする範囲の開始位置の列インデックス
ドラッグ&フィルする範囲の行数
ドラッグ&フィルする範囲の列数
フィルする行または列の数
フィルの方向
データのみをフィルする場合は True
セルのドラッグ&フィル操作に対する新しいアンドゥアクションを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer, _
   ByVal fillCount As Integer, _
   ByVal fillDirection As FillDirection, _
   ByVal dataOnly As Boolean _
)
'使用法
 
Dim sheetView As SheetView
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim fillCount As Integer
Dim fillDirection As FillDirection
Dim dataOnly As Boolean
 
Dim instance As New CellDragFillUndoAction(sheetView, row, column, rowCount, columnCount, fillCount, fillDirection, dataOnly)
public CellDragFillUndoAction( 
   SheetView sheetView,
   int row,
   int column,
   int rowCount,
   int columnCount,
   int fillCount,
   FillDirection fillDirection,
   bool dataOnly
)

パラメータ

sheetView
SheetView
row
ドラッグ&フィルする範囲の開始位置の行インデックス
column
ドラッグ&フィルする範囲の開始位置の列インデックス
rowCount
ドラッグ&フィルする範囲の行数
columnCount
ドラッグ&フィルする範囲の列数
fillCount
フィルする行または列の数
fillDirection
フィルの方向
dataOnly
データのみをフィルする場合は True
参照

CellDragFillUndoAction クラス
CellDragFillUndoAction メンバ

 

 


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