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


In This Topic
    Value Property (DateEraField)
    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 DateEraField
    Dim value As Nullable(Of Integer)
     
    value = instance.Value
    public new Nullable<int> Value {get;}

    Property Value

    A nullable System.Int32 value indicating the value of this field.
    See Also