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


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

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

    See Also