Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateAmPmField Class / Value Property


In This Topic
    Value Property (DateAmPmField)
    In This Topic
    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