[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanFieldCollection

TimeSpanFieldCollection Class

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

Namespace: GrapeCity.Win.Spread.InputMan.CellType.Fields
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public class TimeSpanFieldCollection : FieldCollection<TimeSpanField>, IList, ICollection, IEnumerable
Public Class TimeSpanFieldCollection
    Inherits FieldCollection(Of TimeSpanField)
    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.

OnRemoveComplete(int, object)

Performs additional custom processes after removing an element from the CollectionBase instance.

OnValidateNewItems(object, object[])

Performs additional custom processes to validating adding items.