[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.NameInfoCollection

NameInfoCollection Class

Represents a collection for the NameInfo.

Inheritance
NameInfoCollection
Namespace: GrapeCity.Wpf.SpreadSheet
Assembly: GrapeCity.Wpf.SpreadSheet.dll
Syntax
public sealed class NameInfoCollection : XamlCollection<NameInfo>, IList<NameInfo>, ICollection<NameInfo>, IEnumerable<NameInfo>, IList, ICollection, IEnumerable
Public NotInheritable Class NameInfoCollection
    Inherits XamlCollection(Of NameInfo)
    Implements IList(Of NameInfo), ICollection(Of NameInfo), IEnumerable(Of NameInfo), IList, ICollection, IEnumerable

Implements