[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanDisplayFieldCollection

TimeSpanDisplayFieldCollection Class

Represents the display field collection for GcTimeSpan control.

Namespace: GrapeCity.Win.Spread.InputMan.CellType.Fields
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public class TimeSpanDisplayFieldCollection : DisplayFieldCollection<TimeSpanDisplayField>, IList, ICollection, IEnumerable
Public Class TimeSpanDisplayFieldCollection
    Inherits DisplayFieldCollection(Of TimeSpanDisplayField)
    Implements IList, ICollection, IEnumerable

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 a specified arguments.

OnValidateNewItems(object, object[])

Performs additional custom processes to validating adding items.