Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTimeSpanCellType Class / MaxValue Property


In This Topic
    MaxValue Property (GcTimeSpanCellType)
    In This Topic
    Gets or sets the maximum allowable value when using the spin button to change the field or value.
    Syntax
    'Declaration
     
    
    Public Property MaxValue As TimeSpan
    'Usage
     
    
    Dim instance As GcTimeSpanCellType
    Dim value As TimeSpan
     
    instance.MaxValue = value
     
    value = instance.MaxValue
    public TimeSpan MaxValue {get; set;}

    Property Value

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