GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / TimeSpanSignDisplayFieldInfo Class / PositivePattern Property


In This Topic
PositivePattern Property (TimeSpanSignDisplayFieldInfo)
In This Topic
Gets or sets the positive pattern of the field.
Syntax
'Declaration
 
Public Property PositivePattern As String
 
'Usage
 
Dim instance As TimeSpanSignDisplayFieldInfo
Dim value As String
 
instance.PositivePattern = value
 
value = instance.PositivePattern

Property Value

A System.String value indicates the positive pattern.
The default is System.String.Empty.
Remarks
The property retrieves the pattern when the value is positive.
See Also