Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / NameInfoCollection Class
Members


In This Topic
    NameInfoCollection Class
    In This Topic
    Represents a collection for the NameInfo.
    Object Model
    NameInfoCollection Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public NotInheritable Class NameInfoCollection 
       Inherits GrapeCity.Wpf.SpreadSheet.Xaml.XamlCollection(Of NameInfo)
    'Usage
     
    Dim instance As NameInfoCollection
    [DefaultMember("Item")]
    public sealed class NameInfoCollection : GrapeCity.Wpf.SpreadSheet.Xaml.XamlCollection<NameInfo> 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Wpf.SpreadSheet.Xaml.XamlCollection<T>
          GrapeCity.Wpf.SpreadSheet.NameInfoCollection

    See Also