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


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

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

    See Also