Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / MaskFieldCollection Class
Members


MaskFieldCollection Class
Represents a collection for the MaskField object, which is read only. This class cannot be inherited.
Syntax
'Declaration
 
Public NotInheritable Class MaskFieldCollection 
   Inherits GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection(Of MaskField)
 
'Usage
 
Dim instance As MaskFieldCollection
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.MaskFieldCollection

See Also