Represents a collection of Worksheet.

Namespace: Spire.Spreadsheet.Forms.Collections
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class WorksheetCollection : IEnumerable
Public Class WorksheetCollection
	Implements IEnumerable
public ref class WorksheetCollection : IEnumerable
type WorksheetCollection =  
    class
        interface IEnumerable
    end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Add()()()()
Adds a new worksheet.
Add(String)
Adds a new worksheet.
Add(String, Int32, Int32)
Adds a new worksheet.
Count
Gets the number of elements in the collection.
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.)
GetEnumerator()()()()
Get IEnumerator
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(IWorksheet)
Finds the specified sheet.
Insert(Int32)
Inserts an worksheet into the collection.
Insert(Int32, String)
Inserts an worksheet into the collection.
Insert(Int32, String, Int32, Int32)
Inserts an worksheet into collection.
Item[([( Int32])])
Gets the worksheet at the specified index.
Item[([( String])])
Gets the worksheet by the specified name.
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove(Int32)
Removes a specific sheet from the collection.
Remove(String)
Removes a specific sheet from the collection.
Remove(IWorksheet)
Removes a specific sheet from the collection.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Spire.Spreadsheet.Forms.Collections..::..WorksheetCollection

See Also