Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberSignFieldInfo Class / PositivePattern Property


In This Topic
    PositivePattern Property (NumberSignFieldInfo)
    In This Topic
    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