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


In This Topic
    PositivePattern Property (NumberSignDisplayFieldInfo)
    In This Topic
    Gets or sets the positive pattern of the NumberSignDisplayField.
    Syntax
    'Declaration
     
    
    Public Property PositivePattern As String
    'Usage
     
    
    Dim instance As NumberSignDisplayFieldInfo
    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.
    The default is System.String.Empty.
    Remarks
    The property retrieves the pattern when the value is positive.
    See Also