[]
Represents the display field collection for GcNumberCellType.
public class NumberDisplayFieldCollectionInfo : NamedObjectCollection<NumberDisplayFieldInfo>, IList, ICollection, IEnumerable, ICloneable
Public Class NumberDisplayFieldCollectionInfo
Inherits NamedObjectCollection(Of NumberDisplayFieldInfo)
Implements IList, ICollection, IEnumerable, ICloneable
Name | Description |
---|---|
NumberDisplayFieldCollectionInfo() |
Name | Description |
---|---|
AddRange(string) | Adds the contents of another IList |
AddRange(string, string, string, string, string) | Adds the contents of another IList |
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. |