Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / RoundPattern Property


RoundPattern Property (GcNumber)
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

Property Value

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