Spread Windows Forms 12.0 Product Documentation
MinValue Property (GcTimeSpanCellType)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcTimeSpanCellType Class : MinValue Property
Gets or sets the minimum allowable value when using a spin button to change the field or value.
Syntax
'Declaration
 
Public Property MinValue As TimeSpan
'Usage
 
Dim instance As GcTimeSpanCellType
Dim value As TimeSpan
 
instance.MinValue = value
 
value = instance.MinValue
public TimeSpan MinValue {get; set;}

Property Value

A System.TimeSpan value that indicates the minimum allowable value.
Exceptions
ExceptionDescription
The value is greater than MaxValue or less than the default value.
See Also

Reference

GcTimeSpanCellType Class
GcTimeSpanCellType Members