Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberFields Class / SetFields Method / SetFields(String,String,String,String,String) Method
A System.String value indicates the pattern for the fields.
A System.String value indicates the string for the positive prefix.
A System.String value indicates the string for the positive suffix.
A System.String value indicates the string for the negative prefix.
A System.String value indicates the string for the negative suffix.


In This Topic
    SetFields(String,String,String,String,String) Method
    In This Topic
    Parses the pattern and sync settings for each field.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetFields( _
       ByVal pattern As String, _
       ByVal positivePrefix As String, _
       ByVal positiveSuffix As String, _
       ByVal negativePrefix As String, _
       ByVal negativeSuffix As String _
    ) 
    'Usage
     
    
    Dim instance As NumberFields
    Dim pattern As String
    Dim positivePrefix As String
    Dim positiveSuffix As String
    Dim negativePrefix As String
    Dim negativeSuffix As String
     
    instance.SetFields(pattern, positivePrefix, positiveSuffix, negativePrefix, negativeSuffix)

    Parameters

    pattern
    A System.String value indicates the pattern for the fields.
    positivePrefix
    A System.String value indicates the string for the positive prefix.
    positiveSuffix
    A System.String value indicates the string for the positive suffix.
    negativePrefix
    A System.String value indicates the string for the negative prefix.
    negativeSuffix
    A System.String value indicates the string for the negative suffix.
    See Also