[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateFieldCollection.AddRange

AddRange Method

AddRange(string)

Adds the contents of another IList<T> to the end of the collection, which is built from a specified format string.

Declaration
public void AddRange(string text)
Public Sub AddRange(text As String)
Parameters
Type Name Description
string text

A string value indicates the specified format string.

Exceptions
Type Condition
ArgumentException

The text has invalid chars that can't be translated.