Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberDisplayFieldCollection Class
Members


In This Topic
    NumberDisplayFieldCollection Class
    In This Topic
    Represents the display field collection for GcNumber control.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class NumberDisplayFieldCollection 
       Inherits GrapeCity.Win.Spread.InputMan.CellType.Fields.DisplayFieldCollection(Of NumberDisplayField)
    'Usage
     
    
    Dim instance As NumberDisplayFieldCollection
    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.DisplayFieldCollection<T>
                   GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDisplayFieldCollection

    See Also