Adds the contents of another IList<NumberDisplayField> to the end of the collection, which is built from specified arguments.
Syntax
'Declaration
Public Overloads Sub AddRange( _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal As String _
)
'Usage
Dim instance As NumberDisplayFieldCollectionInfo
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)
public void AddRange(
string ,
string ,
string ,
string ,
string
)
Parameters
- pattern
- A string value that indicates the pattern.
- positivePrefix
- A string value that indicates the prefix string when value is positive.
- positiveSuffix
- A string value that indicates the suffix string when value is positive.
- negativePrefix
- A string value that indicates the prefix string when value is negative.
- negativeSuffix
- A string value that indicates the suffix string when value is negative.
See Also