[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.MaskFieldCollectionInfo

MaskFieldCollectionInfo Class

Represents a collection for the MaskFieldInfo object, which is read-only.

Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public class MaskFieldCollectionInfo : NamedObjectCollection<MaskFieldInfo>, IList, ICollection, IEnumerable, ICloneable
Public Class MaskFieldCollectionInfo
    Inherits NamedObjectCollection(Of MaskFieldInfo)
    Implements IList, ICollection, IEnumerable, ICloneable

Methods

Name Description
AddRange(string)

Adds the content of another IList to the end of the collection, which is built from a specified format string.

GetFormatString()

Gets the format string generated from the MaskFieldInfo fields.

OnAddRangeComplete(object[])

Performs additional custom processes after inserting a new element array into the CollectionBase instance.

OnClear()

Performs additional custom processes when clearing the contents of the CollectionBase instance.

OnFieldPropertyChanged(PropertyChangedEventArgs)

Raises the GrapeCity.Win.Spread.InputMan.CellType.MaskFieldCollectionInfo.FieldPropertyChanged event.

OnInsertComplete(int, object)

Performs additional custom processes after inserting a new element into the CollectionBase instance.

OnRemoveComplete(int, object)

Performs additional custom processes after removing an element from the CollectionBase instance.