MESCIUS SPREAD for Windows Forms 15.0J
Swap メソッド (Worksheet)

移動する範囲の開始位置の行インデックス
移動元範囲の開始列インデックス
移動先範囲の開始行インデックス
移動先範囲の開始列インデックス
範囲の行数
範囲の列数
実行されるデータ型を示すオプション。
指定したセル範囲を入れ替えます。
構文
'宣言
 
Public Function Swap( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal toRow As Integer, _
   ByVal toColumn As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer, _
   ByVal options As ManipulationOptions _
) As ActionResult(Of Object)

パラメータ

row
移動する範囲の開始位置の行インデックス
column
移動元範囲の開始列インデックス
toRow
移動先範囲の開始行インデックス
toColumn
移動先範囲の開始列インデックス
rowCount
範囲の行数
columnCount
範囲の列数
options
実行されるデータ型を示すオプション。

戻り値の型

セル範囲が正常に入れ替えられた場合はtrue、それ以外の場合はfalse
参照

Worksheet クラス
Worksheet メンバ

 

 


© MESCIUS inc. All rights reserved.