GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 > GcTimeSpanCellType クラス : MaxValue プロパティ |
'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.ArgumentOutOfRangeException | 値がMinValue未満であるか、デフォルト値を超えています。 |