Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberDisplayFieldCollection Class / AddRange Method / AddRange(String,String,String,String,String) Method
A string value indicates the pattern.
A string value indicates the prefix string when value is positive.
A string value indicates the suffix string when value is positive.
A string value indicates the prefix string when value is negative.
A string value indicates the suffix string when value is negative.


In This Topic
    AddRange(String,String,String,String,String) Method
    In This Topic
    Adds the contents of another IList<NumberDisplayField> to the end of the collection, which is built from a specified arguments.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddRange( _
       ByVal pattern As String, _
       ByVal positivePrefix As String, _
       ByVal positiveSuffix As String, _
       ByVal negativePrefix As String, _
       ByVal negativeSuffix As String _
    ) 
    'Usage
     
    
    Dim instance As NumberDisplayFieldCollection
    Dim pattern As String
    Dim positivePrefix As String
    Dim positiveSuffix As String
    Dim negativePrefix As String
    Dim negativeSuffix As String
     
    instance.AddRange(pattern, positivePrefix, positiveSuffix, negativePrefix, negativeSuffix)

    Parameters

    pattern
    A string value indicates the pattern.
    positivePrefix
    A string value indicates the prefix string when value is positive.
    positiveSuffix
    A string value indicates the suffix string when value is positive.
    negativePrefix
    A string value indicates the prefix string when value is negative.
    negativeSuffix
    A string value indicates the suffix string when value is negative.
    See Also