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


In This Topic
    Value Property (DateEraYearField)
    In This Topic
    Gets or sets the value of the field.
    Syntax
    'Declaration
     
    
    Public Property Value As Nullable(Of Integer)
    'Usage
     
    
    Dim instance As DateEraYearField
    Dim value As Nullable(Of Integer)
     
    instance.Value = value
     
    value = instance.Value
    public Nullable<int> Value {get; set;}

    Property Value

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