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


In This Topic
    PositivePattern Property (TimeSpanSignFieldInfo)
    In This Topic
    Gets or sets the positive pattern of the field.
    Syntax
    'Declaration
     
    
    Public Property PositivePattern As String
    'Usage
     
    
    Dim instance As TimeSpanSignFieldInfo
    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