[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo

TimeSpanFieldCollectionInfo Class

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

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

Constructors

Name Description
TimeSpanFieldCollectionInfo()

Initializes a new instance of the TimeSpanFieldCollectionInfo 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, int, char, 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.

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.