GrapeCity SPREAD for Windows Forms 12.0J
Move(Int32,Int32,ManipulationOptions) メソッド


移動先範囲の開始行インデックス
移動先範囲の開始列インデックス
実行されるデータ型を示すオプション。
セル範囲のデータを指定した位置に移動します。
構文
'Declaration
 
Overloads Function Move( _
   ByVal toRow As Integer, _
   ByVal toColumn As Integer, _
   Optional ByVal options As ManipulationOptions _
) As Boolean
'使用法
 
Dim instance As IRange
Dim toRow As Integer
Dim toColumn As Integer
Dim options As ManipulationOptions
Dim value As Boolean
 
value = instance.Move(toRow, toColumn, options)

パラメータ

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

戻り値の型

セル範囲が移動された場合はtrue、それ以外の場合はfalse
参照

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

 

 


Copyright © 2004 GrapeCity inc.