Spread Windows Forms 12.0 Product Documentation
PositivePattern Property (NumberSignFieldInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > NumberSignFieldInfo Class : PositivePattern Property
Gets or sets the positive pattern of the field.
Syntax
'Declaration
 
Public Property PositivePattern As String
'Usage
 
Dim instance As NumberSignFieldInfo
Dim value As String
 
instance.PositivePattern = value
 
value = instance.PositivePattern
public string PositivePattern {get; set;}

Property Value

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

Reference

NumberSignFieldInfo Class
NumberSignFieldInfo Members