Spread WinRT Documentation
GrapeCity.Xaml.SpreadSheet.Data Namespace / WorksheetCollection Class
Members


In This Topic
    WorksheetCollection Class
    In This Topic
    Represents a sheet collection.
    Object Model
    WorksheetCollection ClassWorksheet Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public Class WorksheetCollection 
       Inherits GrapeCity.Xaml.SpreadSheet.Data.NotifyCollection(Of Worksheet)
    'Usage
     
    Dim instance As WorksheetCollection
    [DefaultMember("Item")]
    public class WorksheetCollection : GrapeCity.Xaml.SpreadSheet.Data.NotifyCollection<Worksheet> 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Xaml.SpreadSheet.Data.NotifyCollectionBase<T>
          GrapeCity.Xaml.SpreadSheet.Data.NotifyCollection<T>
             GrapeCity.Xaml.SpreadSheet.Data.WorksheetCollection

    See Also