[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayFieldCollection.AddRange

AddRange Method

AddRange(string)

Adds a batch of DateDisplayField based on the format.

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

The pattern that can be converted to a date display field array.

Exceptions
Type Condition
ArgumentException

When format has some invalid chars that can't be translated.