GrapeCity SPREAD for Windows Forms 11.0J
MaxValue プロパティ (GcTimeSpanCellType)


スピンボタンを使用してフィールドまたは値を変更するときの許容される最大値を取得または設定します。
構文
'Declaration
 
Public Property MaxValue As TimeSpan
'使用法
 
Dim instance As GcTimeSpanCellType
Dim value As TimeSpan
 
instance.MaxValue = value
 
value = instance.MaxValue
public TimeSpan MaxValue {get; set;}

プロパティ値

許容される最大値を示すSystem.TimeSpan値。
例外
例外説明
System.ArgumentOutOfRangeException値がMinValue未満であるか、デフォルト値を超えています。
参照

GcTimeSpanCellType クラス
GcTimeSpanCellType メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.