Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTimeSpan Class / Value Property


Value Property (GcTimeSpan)
Gets or sets the Nullable value assigned to the control.
Syntax
'Declaration
 
Public Property Value As Nullable(Of TimeSpan)
 
'Usage
 
Dim instance As GcTimeSpan
Dim value As Nullable(Of TimeSpan)
 
instance.Value = value
 
value = instance.Value

Property Value

The Nullable value assign to the control. The default is zero.
Exceptions
ExceptionDescription
The value is not a valid format string.
The value is less than MinValue or greater than MaxValue.
Remarks
This property retrieves the value that made of all chars in fields and exclude literals. No matter what fields this control has, this Value is always same.
See Also