Spread Windows Forms 12.0 Product Documentation
AddRange(String,Int32,Char,String,String,String,String) Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > TimeSpanFieldCollectionInfo Class > AddRange Method : AddRange(String,Int32,Char,String,String,String,String) Method
A System.String value that indicates the pattern string of the format.
An System.Int32 value that indicates the number of decimal places to display in the GcTimeSpan cell.
A char value that indicates the character that represents the decimal point.
A System.String value that indicates the prefix string when value is positive.
A System.String value that indicates the suffix string when value is positive.
A System.String value that indicates the prefix string when value is negative.
A System.String value that indicates the suffix string when value is negative.
Adds the contents of another IList<TimeSpanField> to the end of the collection, which is built from specified arguments.
Syntax
'Declaration
 
Public Overloads Sub AddRange( _
   ByVal pattern As String, _
   ByVal decimalPlaces As Integer, _
   ByVal decimalPoint As Char, _
   ByVal positivePrefix As String, _
   ByVal positiveSuffix As String, _
   ByVal negativePrefix As String, _
   ByVal negativeSuffix As String _
) 
'Usage
 
Dim instance As TimeSpanFieldCollectionInfo
Dim pattern As String
Dim decimalPlaces As Integer
Dim decimalPoint As Char
Dim positivePrefix As String
Dim positiveSuffix As String
Dim negativePrefix As String
Dim negativeSuffix As String
 
instance.AddRange(pattern, decimalPlaces, decimalPoint, positivePrefix, positiveSuffix, negativePrefix, negativeSuffix)
public void AddRange( 
   string pattern,
   int decimalPlaces,
   char decimalPoint,
   string positivePrefix,
   string positiveSuffix,
   string negativePrefix,
   string negativeSuffix
)

Parameters

pattern
A System.String value that indicates the pattern string of the format.
decimalPlaces
An System.Int32 value that indicates the number of decimal places to display in the GcTimeSpan cell.
decimalPoint
A char value that indicates the character that represents the decimal point.
positivePrefix
A System.String value that indicates the prefix string when value is positive.
positiveSuffix
A System.String value that indicates the suffix string when value is positive.
negativePrefix
A System.String value that indicates the prefix string when value is negative.
negativeSuffix
A System.String value that indicates the suffix string when value is negative.
See Also

Reference

TimeSpanFieldCollectionInfo Class
TimeSpanFieldCollectionInfo Members
Overload List