Spread Windows Forms 12.0 Product Documentation
Value Property (DateAmPmField)


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

Property Value

An Nullable value indicating the value of this field.
See Also

Reference

DateAmPmField Class
DateAmPmField Members