GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType.Fields 名前空間 > DateInputField クラス : Value プロパティ |
'Declaration
Public Property Value As Nullable(Of Integer)
'使用法
Dim instance As DateInputField Dim value As Nullable(Of Integer) instance.Value = value value = instance.Value
public Nullable<int> Value {get; set;}