[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskFieldCollection

MaskFieldCollection Class

Represents a collection for MaskField object.

Inheritance
MaskFieldCollection
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public class MaskFieldCollection : NotifyCollection<MaskField>, IList<MaskField>, ICollection<MaskField>, IReadOnlyList<MaskField>, IReadOnlyCollection<MaskField>, IEnumerable<MaskField>, INotifyCollectionChanged, IList, ICollection, IEnumerable
Public Class MaskFieldCollection
    Inherits NotifyCollection(Of MaskField)
    Implements IList(Of MaskField), ICollection(Of MaskField), IReadOnlyList(Of MaskField), IReadOnlyCollection(Of MaskField), IEnumerable(Of MaskField), INotifyCollectionChanged, IList, ICollection, IEnumerable

Methods

Name Description
Add(MaskField)

Adds an object to the end of the MaskFieldCollection.

AddRange(string)

Add MaskField objects by the formatted string.