PowerTools SPREAD for Windows Forms 8.0J
Swap メソッド (ConditionalFormattingModel)


入り変えを開始する行インデックス
交換を開始するための列インデックス
交換先の範囲の行インデックス
交換先の範囲の列インデックス
交換する行数
交換する列数
指定した2つのセル範囲の位置を交換します。
構文
'Declaration
 
Public Sub Swap( _
   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 ConditionalFormattingModel
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.Swap(fromRow, fromColumn, toRow, toColumn, rowCount, columnCount)
public void Swap( 
   int fromRow,
   int fromColumn,
   int toRow,
   int toColumn,
   int rowCount,
   int columnCount
)

パラメータ

fromRow
入り変えを開始する行インデックス
fromColumn
交換を開始するための列インデックス
toRow
交換先の範囲の行インデックス
toColumn
交換先の範囲の列インデックス
rowCount
交換する行数
columnCount
交換する列数
参照

ConditionalFormattingModel クラス
ConditionalFormattingModel メンバ

 

 


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