Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / RoundPattern Property


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

    Property Value

    The RoundPattern value that indicates the round pattern of the value.
    See Also