MESCIUS SPREAD for Windows Forms 15.0J
AllowColumnMove プロパティ (FpSpread)
使用例 

ユーザーに列の移動を許可するかどうかを取得または設定します。
構文
'宣言
 
Public Property AllowColumnMove As Boolean
public bool AllowColumnMove {get; set;}

プロパティ値

Boolean:ユーザーに列の移動を許可する場合は True、それ以外の場合は False
解説
列を選択してから新しい位置にドラッグします。
使用例
次のサンプルコードは、AllowColumnMoveプロパティを設定します。
fpSpread1.AllowColumnMove =true;

fpSpread1.AllowRowMove=true;
FpSpread1.AllowColumnMove = True

FpSpread1.AllowRowMove = True
参照

FpSpread クラス
FpSpread メンバ

開発者ガイド

行と列の移動

 

 


© MESCIUS inc. All rights reserved.