Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class XlsWorksheetsCollection : CollectionExtended<IWorksheet>, 
	IWorksheets, IEnumerable, ICloneParent
Public Class XlsWorksheetsCollection
	Inherits CollectionExtended(Of IWorksheet)
	Implements IWorksheets, IEnumerable, ICloneParent
public ref class XlsWorksheetsCollection : public CollectionExtended<IWorksheet^>, 
	IWorksheets, IEnumerable, ICloneParent
type XlsWorksheetsCollection =  
    class
        inherit CollectionExtended<IWorksheet>
        interface IWorksheets
        interface IEnumerable
        interface ICloneParent
    end

Members

            
 All Members  Properties   Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Add(T) (Inherited from CollectionBase<(Of <(<'T>)>)>.)
Add(String)
AddCopy(Int32)
AddCopy(IWorksheet)
AddCopy(IWorksheets)
AddCopy(Int32, WorksheetCopyType)
AddCopy(IWorksheet, WorksheetCopyType)
AddCopy(IWorksheets, WorksheetCopyType)
AddCopyAfter(IWorksheet)
AddCopyAfter(IWorksheet, IWorksheet)
AddCopyBefore(IWorksheet)
AddCopyBefore(IWorksheet, IWorksheet)
Capacity (Inherited from CollectionBase<(Of <(<'T>)>)>.)
Changed (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
Clear()()()()
Clone(Object) (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
Contains(T) (Inherited from CollectionBase<(Of <(<'T>)>)>.)
CopyTo(array<T>[]()[][], Int32) (Inherited from CollectionBase<(Of <(<'T>)>)>.)
Count (Inherited from CollectionBase<(Of <(<'T>)>)>.)
Create()()()()
Create(String)
EnsureCapacity(Int32) (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FindAll(Boolean)
FindAll(DateTime)
FindAll(TimeSpan)
FindAll(Double, FindType)
FindAll(String, FindType)
FindAll(String, FindType, ExcelFindOptions)
FindFirst(Boolean)
FindFirst(DateTime)
FindFirst(TimeSpan)
FindFirst(Double, FindType)
FindFirst(String, FindType)
FindFirst(String, FindType, ExcelFindOptions)
FindParent(Type) (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
FindParent(Type, Boolean) (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
GetEnumerator()()()() (Inherited from CollectionBase<(Of <(<'T>)>)>.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IndexOf(T) (Inherited from CollectionBase<(Of <(<'T>)>)>.)
InnerAdd(IWorksheet)
InnerList (Inherited from CollectionBase<(Of <(<'T>)>)>.)
InnerRemove(Int32)
Insert(Int32, T) (Inherited from CollectionBase<(Of <(<'T>)>)>.)
IsReadOnly (Inherited from CollectionBase<(Of <(<'T>)>)>.)
IsRightToLeft
Item[([( Int32])])
Item[([( String])])
List (Inherited from CollectionBase<(Of <(<'T>)>)>.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Move(Int32, Int32)
OnClear()()()() (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
OnClearComplete()()()() (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
OnInsert(Int32, T) (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
OnInsertComplete(Int32, T) (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
OnRemove(Int32, T) (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
OnRemoveComplete(Int32, T) (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
OnSet(Int32, T, T) (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
OnSetComplete(Int32, T, T) (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
Parent (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
Remove(Int32)
Remove(String)
Remove(IWorksheet)
RemoveAt(Int32)
SetParent(Object) (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UpdateSheetIndex(XlsWorksheet, Int32) Obsolete.
UpdateStringIndexes(List<(Of <<'(Int32>)>>)) Obsolete.
UseHashForWorksheetLookup
UseRangesCache

Inheritance Hierarchy

See Also