[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.TimeSpanDisplayFieldCollectionInfo

TimeSpanDisplayFieldCollectionInfo Class

Represents the display field collection for GcDateTimeCellType.

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

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.

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.