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


In This Topic
RoundPattern Property
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

Property Value

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