menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WorksheetViewCollection - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class WorksheetViewCollection

    A collection of WorksheetView items.

    Inheritance
    System.Object
    TabBarPageCollection
    WorksheetViewCollection
    Implements
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    TabBarPageCollection.AddRange(TabBarPage[])
    TabBarPageCollection.Clear()
    TabBarPageCollection.Contains(TabBarPage)
    TabBarPageCollection.CopyTo(TabBarPage[], Int32)
    TabBarPageCollection.Count
    TabBarPageCollection.GetEnumerator()
    TabBarPageCollection.ICollection.CopyTo(Array, Int32)
    TabBarPageCollection.ICollection.IsSynchronized
    TabBarPageCollection.ICollection.SyncRoot
    TabBarPageCollection.IList.Add(Object)
    TabBarPageCollection.IList.Contains(Object)
    TabBarPageCollection.IList.get_Item(Int32)
    TabBarPageCollection.IList.IndexOf(Object)
    TabBarPageCollection.IList.Insert(Int32, Object)
    TabBarPageCollection.IList.IsFixedSize
    TabBarPageCollection.IList.Item[Int32]
    TabBarPageCollection.IList.Remove(Object)
    TabBarPageCollection.IList.set_Item(Int32, Object)
    TabBarPageCollection.IndexOf(TabBarPage)
    TabBarPageCollection.Insert(Int32, TabBarPage)
    TabBarPageCollection.IsReadOnly
    TabBarPageCollection.Item[Int32]
    TabBarPageCollection.Remove(TabBarPage)
    TabBarPageCollection.RemoveAt(Int32)
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class WorksheetViewCollection : TabBarPageCollection, IList, ICollection, IEnumerable
    Remarks

    You access this collection with the TabBarPages property of a WorkbookView.

    Constructors

    WorksheetViewCollection(WorkbookView)

    Initializes a new WorksheetViewCollection and associates it with a WorkbookView.

    Declaration
    public WorksheetViewCollection(WorkbookView owner)
    Parameters
    Type Name Description
    WorkbookView owner

    The WorkbookView that manages this collection.

    Methods

    Add(TabBarPage)

    Declaration
    public override void Add(TabBarPage value)
    Parameters
    Type Name Description
    TabBarPage value
    Overrides
    TabBarPageCollection.Add(TabBarPage)

    Implements

    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable

    Extension Methods

    EnumerableExtensions.GetElementType(IEnumerable)
    EnumerableExtensions.GetItemPropertyInfo(IEnumerable)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    FunctionalExtensions.MoveTo(IList, Int32, Int32)
    QueryableExtensions.OfQueryable(IEnumerable)
    QueryableExtensions.OfQueryable(IEnumerable, Type)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable, Type, List<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany(IEnumerable, Type, Func<String, Expression>, String[])
    QueryableExtensions.GroupByMany(IEnumerable, Type, List<SortDescriptor>, Dictionary<String, IComparer<Object>>, Func<String, Expression>, String[])
    QueryableExtensions.GroupByMany(IEnumerable, Type, List<SortDescriptor>, Func<String, Expression>, String[])
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved