[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDisplayFieldCollection

NumberDisplayFieldCollection Class

Represents the display field collection for GcNumber control.

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