PowerTools SPREAD for Windows Forms 8.0J
MoveFilters(Int32,Int32,Int32,Int32,Int32,Int32) メソッド


移動元の行インデックス
移動元の列インデックス
移動先の行インデックス
移動先の列インデックス
移動する行の数
移動する列の数
フィルタ列を別の位置に移動します。
構文
'Declaration
 
Overloads Sub MoveFilters( _
   ByVal fromRow As Integer, _
   ByVal fromColumn As Integer, _
   ByVal toRow As Integer, _
   ByVal toColumn As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) 
'使用法
 
Dim instance As IRowFilter
Dim fromRow As Integer
Dim fromColumn As Integer
Dim toRow As Integer
Dim toColumn As Integer
Dim rowCount As Integer
Dim columnCount As Integer
 
instance.MoveFilters(fromRow, fromColumn, toRow, toColumn, rowCount, columnCount)
void MoveFilters( 
   int fromRow,
   int fromColumn,
   int toRow,
   int toColumn,
   int rowCount,
   int columnCount
)

パラメータ

fromRow
移動元の行インデックス
fromColumn
移動元の列インデックス
toRow
移動先の行インデックス
toColumn
移動先の列インデックス
rowCount
移動する行の数
columnCount
移動する列の数
参照

IRowFilter インタフェース
IRowFilter メンバ
オーバーロード一覧

 

 


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