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


In This Topic
    Value Property (GcNumber)
    In This Topic
    Gets or sets the decimal value assigned to the control.
    Syntax
    'Declaration
     
    
    Public Property Value As Nullable(Of Decimal)
    'Usage
     
    
    Dim instance As GcNumber
    Dim value As Nullable(Of Decimal)
     
    instance.Value = value
     
    value = instance.Value
    public Nullable<decimal> Value {get; set;}

    Property Value

    A Nullable value indicates the value.
    The default is System.Decimal.Zero.
    Exceptions
    ExceptionDescription
    The value is less than MinValue or greater than MaxValue.
    Remarks
    A string that made of all chars in fields and exclude literals. No matter what fields this control has, this Value is always same.
    See Also