[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateFieldCollection

DateFieldCollection Class

Represents a collection for DateField.

Inheritance
DateFieldCollection
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public class DateFieldCollection : NotifyCollection<DateField>, IList<DateField>, ICollection<DateField>, IReadOnlyList<DateField>, IReadOnlyCollection<DateField>, IEnumerable<DateField>, INotifyCollectionChanged, IList, ICollection, IEnumerable
Public Class DateFieldCollection
    Inherits NotifyCollection(Of DateField)
    Implements IList(Of DateField), ICollection(Of DateField), IReadOnlyList(Of DateField), IReadOnlyCollection(Of DateField), IEnumerable(Of DateField), INotifyCollectionChanged, IList, ICollection, IEnumerable

Methods

Name Description
Add(DateField)

Adds a DateField to the end of the DateFieldCollection.

AddRange(string)

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

InsertItem(int, DateField)

Inserts an item into the collection at the specified index.

InsertItems(int, IEnumerable<DateField>)

Inserts some items into the collection at the specified index.

SetItem(int, DateField)

Replaces the element at the specified index.