FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / SheetCollection Class
Members

In This Topic
    SheetCollection Class
    In This Topic
    Class that managers the list of Sheet items associated with a grid and provides methods for adding, removing, deleting, and renaming sheets.
    Object Model
    SheetCollection Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class SheetCollection 
       Inherits System.Collections.ObjectModel.ObservableCollection(Of Sheet)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class SheetCollection : System.Collections.ObjectModel.ObservableCollection<Sheet> 
    Inheritance Hierarchy
    See Also