SPREAD for WPF 3.0J - GcSpreadSheet
Move メソッド (ITableColumns)

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > ITableColumns インターフェース : Move メソッド
移動する位置を示す整数値。
移動先の位置を示す整数値。
移動する列数を示す整数値。
指定した位置にあるテーブル列を他の位置に移動します。
シンタックス
'宣言
 
Function Move( _
   ByVal column As System.Integer, _
   ByVal toColumn As System.Integer, _
   ByVal count As System.Integer _
) As System.Boolean
System.bool Move( 
   System.int column,
   System.int toColumn,
   System.int count
)

パラメータ

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

戻り値の型

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

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