Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorksheetCollection Class
Properties Methods

In This Topic
    ExcelWorksheetCollection Class Members
    In This Topic

    The following tables list the members exposed by ExcelWorksheetCollection.

    Public Constructors
     NameDescription
    Public ConstructorInitialize a new ExcelWorksheetCollection with specified IExcelWorkbook owner.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of elements actually contained in the collection  
    Public PropertyGet the item at the specified index  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an IExcelWorksheet to the end of the ExcelWorksheetCollection.  
    Public MethodRemove all ExcelWorksheet from the collection.  
    Public Methodreturn an enumerator that iterates through the underlying collection  
    Public Methodsearches for the specified object and returns the zero-based index of the first occurrence within the entire collection  
    Public MethodAdd an IExcelWorksheet instance at the specified index  
    Public MethodRemoves the element at the specified index  
    Top
    See Also