Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTimeSpanCellType Class / ValidateMode Property


ValidateMode Property (GcTimeSpanCellType)
Gets or sets the validate mode.
Syntax
'Declaration
 
Public Property ValidateMode As ValidateMode
 
'Usage
 
Dim instance As GcTimeSpanCellType
Dim value As ValidateMode
 
instance.ValidateMode = value
 
value = instance.ValidateMode

Property Value

One of the ValidateModeEx enumeration values. The default is ValidateModeEx.ValidateEx.
Exceptions
ExceptionDescription
A value that is not within the range of valid values for the enumeration was assigned to the property.
Remarks
The property retrieves the validate mode.
See Also