Spread Windows Forms 10.0 Product Documentation
AddRange(String,String,String,String,String) Method


A string value that indicates the pattern.
A string value that indicates the prefix string when value is positive.
A string value that indicates the suffix string when value is positive.
A string value that indicates the prefix string when value is negative.
A string value that indicates the suffix string when value is negative.
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 pattern As String, _
   ByVal positivePrefix As String, _
   ByVal positiveSuffix As String, _
   ByVal negativePrefix As String, _
   ByVal negativeSuffix 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 pattern,
   string positivePrefix,
   string positiveSuffix,
   string negativePrefix,
   string negativeSuffix
)

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.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

NumberDisplayFieldCollectionInfo Class
NumberDisplayFieldCollectionInfo Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.