'Declaration <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class DateFieldCollection Inherits GrapeCity.Wpf.SpreadSheet.CellType.Editors.NotifyCollection(Of DateField)
'Usage Dim instance As DateFieldCollection
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public class DateFieldCollection : GrapeCity.Wpf.SpreadSheet.CellType.Editors.NotifyCollection<DateField>