Spread Windows Forms 12.0 Product Documentation
Value Property (DateEraField)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > DateEraField 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 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

Reference

DateEraField Class
DateEraField Members