Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateTimeFieldCollection Class
Members


In This Topic
    DateTimeFieldCollection Class
    In This Topic
    Represents a collection for the DateField object, which is read only.
    Syntax
    'Declaration
     
    
    Public Class DateTimeFieldCollection 
       Inherits GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection(Of DateField)
    'Usage
     
    
    Dim instance As DateTimeFieldCollection
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>
             GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection<T>
                GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection<T>
                   GrapeCity.Win.Spread.InputMan.CellType.Fields.DateTimeFieldCollection

    See Also