Class WorksheetViewCollection
A collection of WorksheetView items.
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()
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
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable