PowerTools SPREAD for Windows Forms 8.0J
IntegerIncrement プロパティ


カーソルが整数部分にあるときに値を増分する量を設定します。
構文
'Declaration
 
Public Property IntegerIncrement As Single
'使用法
 
Dim instance As GeneralEditor
Dim value As Single
 
instance.IntegerIncrement = value
 
value = instance.IntegerIncrement
public float IntegerIncrement {get; set;}

プロパティ値

増分量を表す単精度浮動小数点数
FarPoint.Win.Spread.CellType.GeneralEditor ge = (FarPoint.Win.Spread.CellType.GeneralEditor)fpSpread1.EditingControl; 
ge.BorderStyle = BorderStyle.Fixed3D; 
ge.IntegerIncrement  = 2;
Dim ge As FarPoint.Win.Spread.CellType.GeneralEditor = CType(FpSpread1.EditingControl, FarPoint.Win.Spread.CellType.GeneralEditor)
ge.BorderStyle = BorderStyle.Fixed3D
ge.IntegerIncrement  = 2
参照

GeneralEditor クラス
GeneralEditor メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.