[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberDisplayFieldCollection

NumberDisplayFieldCollection Class

Represents the NumberDisplayField collection which provides access to NumberDisplayField of GcNumber.

Inheritance
NumberDisplayFieldCollection
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public class NumberDisplayFieldCollection : NotifyCollection<NumberDisplayField>, IList<NumberDisplayField>, ICollection<NumberDisplayField>, IReadOnlyList<NumberDisplayField>, IReadOnlyCollection<NumberDisplayField>, IEnumerable<NumberDisplayField>, INotifyCollectionChanged, IList, ICollection, IEnumerable
Public Class NumberDisplayFieldCollection
    Inherits NotifyCollection(Of NumberDisplayField)
    Implements IList(Of NumberDisplayField), ICollection(Of NumberDisplayField), IReadOnlyList(Of NumberDisplayField), IReadOnlyCollection(Of NumberDisplayField), IEnumerable(Of NumberDisplayField), INotifyCollectionChanged, IList, ICollection, IEnumerable

Methods

Name Description
Add(NumberDisplayField)

Adds an object to the end of the NumberDisplayFieldCollection.

AddRange(string)

Add some NumberDisplayField objects to the collection by the format string.

InsertItem(int, NumberDisplayField)

Called when insert item at index.

InsertItems(int, IEnumerable<NumberDisplayField>)

Inserts some items into the collection at the specified index.

SetItem(int, NumberDisplayField)

Replaces the element at the specified index.