PowerTools SPREAD for Windows Forms 8.0J
MaxDigits プロパティ (NumberDecimalPartDisplayFieldInfo)


フィールドの最大桁数を取得または設定します。
構文
'Declaration
 
Public Property MaxDigits As Integer
'使用法
 
Dim instance As NumberDecimalPartDisplayFieldInfo
Dim value As Integer
 
instance.MaxDigits = value
 
value = instance.MaxDigits
public int MaxDigits {get; set;}

プロパティ値

最大桁数を示すSystem.Int32値。
デフォルト値は28です。
解説
このプロパティは、最大の桁数を取得します。
参照

NumberDecimalPartDisplayFieldInfo クラス
NumberDecimalPartDisplayFieldInfo メンバ

 

 


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