Namespace: Spire.Spreadsheet.Forms.Collections
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)
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 |
| Member | Description | |
|---|---|---|
| Add()()()() | ||
| Add(String) | ||
| Add(String, Int32, Int32) | ||
| Count | ||
| Equals(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()()()() | ||
| 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) | ||
| Insert(Int32) | ||
| Insert(Int32, String) | ||
| Insert(Int32, String, Int32, Int32) | ||
| Item[([( Int32])]) | ||
| Item[([( String])]) | ||
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove(Int32) | ||
| Remove(String) | ||
| Remove(IWorksheet) | ||
| ToString()()()() | (Inherited from Object.) |