[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.NumberDisplayFieldCollectionInfo

NumberDisplayFieldCollectionInfo Class

Represents the display field collection for GcNumberCellType.

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

Constructors

Name Description
NumberDisplayFieldCollectionInfo()

Initializes a new instance of the NumberDisplayFieldCollectionInfo class.

Methods

Name Description
AddRange(string)

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

AddRange(string, string, string, string, string)

Adds the contents of another IList to the end of the collection, which is built from specified arguments.

OnAddRange(object[])

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

OnInsert(int, object)

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

OnSet(int, object, object)

Performs additional custom processes before setting a value in the CollectionBase instance.