PowerTools SPREAD for Windows Forms 8.0J
Move メソッド (DefaultRangeGroupModel)


移動を開始するインデックス
範囲の貼り付け位置を示すインデックス
移動する数
これが行のアウトライン(範囲グループ)であるかどうか
アウトライン(範囲グループ)を指定したインデックスだけ移動します。
構文
'Declaration
 
Public Sub Move( _
   ByVal fromIndex As Integer, _
   ByVal toIndex As Integer, _
   ByVal moveCount As Integer, _
   ByVal isRowGroup As Boolean _
) 
'使用法
 
Dim instance As DefaultRangeGroupModel
Dim fromIndex As Integer
Dim toIndex As Integer
Dim moveCount As Integer
Dim isRowGroup As Boolean
 
instance.Move(fromIndex, toIndex, moveCount, isRowGroup)
public void Move( 
   int fromIndex,
   int toIndex,
   int moveCount,
   bool isRowGroup
)

パラメータ

fromIndex
移動を開始するインデックス
toIndex
範囲の貼り付け位置を示すインデックス
moveCount
移動する数
isRowGroup
これが行のアウトライン(範囲グループ)であるかどうか
参照

DefaultRangeGroupModel クラス
DefaultRangeGroupModel メンバ

 

 


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