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


In This Topic
    RoundPattern Property (GcNumber)
    In This Topic
    Gets or sets the round pattern of the value.
    Syntax
    'Declaration
     
    
    Public Property RoundPattern As RoundPattern
    'Usage
     
    
    Dim instance As GcNumber
    Dim value As RoundPattern
     
    instance.RoundPattern = value
     
    value = instance.RoundPattern
    public RoundPattern RoundPattern {get; set;}

    Property Value

    The RoundPattern value indicates the round pattern of the value.
    Exceptions
    ExceptionDescription
    value is not defined in the RoundPattern.
    See Also