[]
Represents a collection for the TimeSpanFieldInfo object, which is read-only.
public class TimeSpanFieldCollectionInfo : NamedObjectCollection<TimeSpanFieldInfo>, IList, ICollection, IEnumerable, ICloneable
Public Class TimeSpanFieldCollectionInfo
Inherits NamedObjectCollection(Of TimeSpanFieldInfo)
Implements IList, ICollection, IEnumerable, ICloneable
Name | Description |
---|---|
TimeSpanFieldCollectionInfo() | Initializes a new instance of the TimeSpanFieldCollectionInfo class. |
Name | Description |
---|---|
AddRange(string) | Adds the contents of another IList |
AddRange(string, int, char, 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. |
OnClear() | Clear event listeners before clearing items |
OnFieldPropertyChanged(PropertyChangedEventArgs) | Raises the GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo.FieldPropertyChanged event. |
OnInsert(int, object) | Performs additional custom processes before inserting a new element into the CollectionBase instance. |
OnRemoveComplete(int, object) | Performs additional custom processes after removing an element from the CollectionBase instance. |
OnSet(int, object, object) | Performs additional custom processes before setting a value in the CollectionBase instance. |