GrapeCity SPREAD for Windows Forms 12.0J
Move メソッド (ITableColumns)


移動する位置を示す整数値。
移動先の位置を示す整数値。
移動する列数を示す整数値。
指定した位置にあるテーブル列を他の位置に移動します。
構文
'Declaration
 
Function Move( _
   ByVal column As Integer, _
   ByVal toColumn As Integer, _
   ByVal count As Integer _
) As Boolean
'使用法
 
Dim instance As ITableColumns
Dim column As Integer
Dim toColumn As Integer
Dim count As Integer
Dim value As Boolean
 
value = instance.Move(column, toColumn, count)

パラメータ

column
移動する位置を示す整数値。
toColumn
移動先の位置を示す整数値。
count
移動する列数を示す整数値。

戻り値の型

移動が正常に行われた場合はtrue、それ以外の場合はfalse
参照

ITableColumns インタフェース
ITableColumns メンバ

 

 


Copyright © 2004 GrapeCity inc.