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


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

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

    See Also