Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / DateFieldCollection Class / AddRange Method / AddRange(String) Method
A System.String value indicates the specified format string.


In This Topic
    AddRange(String) Method
    In This Topic
    Adds the contents of another IList to the end of the collection, which is built from a specified format string.
    Syntax
    'Declaration
     
    Public Overloads Sub AddRange( _
       ByVal text As String _
    ) 
    'Usage
     
    Dim instance As DateFieldCollection
    Dim text As String
     
    instance.AddRange(text)
    public void AddRange( 
       string text
    )

    Parameters

    text
    A System.String value indicates the specified format string.
    Exceptions
    ExceptionDescription
    The text has invalid chars that can't be translated.
    See Also