Spread Windows Forms 12.0 Product Documentation
Value Property (TimeSpanInputFieldInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > TimeSpanInputFieldInfo Class : Value Property
Gets or sets the value of the field.
Syntax
'Declaration
 
Public Property Value As Nullable(Of Integer)
'Usage
 
Dim instance As TimeSpanInputFieldInfo
Dim value As Nullable(Of Integer)
 
instance.Value = value
 
value = instance.Value
public Nullable<int> Value {get; set;}

Property Value

A System.Int32 value indicates the value of this field.
See Also

Reference

TimeSpanInputFieldInfo Class
TimeSpanInputFieldInfo Members