[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.DateTimeFieldCollection

DateTimeFieldCollection Class

Represents a collection for the DateField object, which is read only.

Namespace: GrapeCity.Win.Spread.InputMan.CellType.Fields
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public class DateTimeFieldCollection : FieldCollection<DateField>, IList, ICollection, IEnumerable
Public Class DateTimeFieldCollection
    Inherits FieldCollection(Of DateField)
    Implements IList, ICollection, IEnumerable

Methods

Name Description
AddRange(string)

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

OnValidateNewItems(object, object[])

Performs additional custom processes to validating adding items.