Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / TimeSpanDisplayFieldCollectionInfo Class / AddRange Method / AddRange(String,Int32,Char,String,String,String,String) Method
A string value that indicates the pattern string of the format.
An int 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 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.


In This Topic
    AddRange(String,Int32,Char,String,String,String,String) Method
    In This Topic
    Adds the contents of another IList<TimeSpanDisplayFieldInfo> 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 TimeSpanDisplayFieldCollectionInfo
    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)

    Parameters

    pattern
    A string value that indicates the pattern string of the format.
    decimalPlaces
    An int 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 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