public bool AllowColumnMove {get; set;}
'Declaration Public Property AllowColumnMove As Boolean
'使用法 Dim instance As FpSpread Dim value As Boolean instance.AllowColumnMove = value value = instance.AllowColumnMove
fpSpread1.AllowColumnMove =true; fpSpread1.AllowRowMove=true;
FpSpread1.AllowColumnMove = True FpSpread1.AllowRowMove = True
FpSpread クラス FpSpread メンバ
行と列の移動
© 2004-2015, GrapeCity inc. All rights reserved.