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


In This Topic
    NumberDisplayFieldCollectionInfo Class
    In This Topic
    Represents the display field collection for GcNumberCellType.
    Syntax
    'Declaration
     
    
    Public Class NumberDisplayFieldCollectionInfo 
       Inherits GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection(Of NumberDisplayFieldInfo)
    'Usage
     
    
    Dim instance As NumberDisplayFieldCollectionInfo
    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.NumberDisplayFieldCollectionInfo

    See Also