WorksheetCollection
General
WorksheetCollection is a class in Aspose.Cells for NET.
Inherits from: IEnumerable<Worksheet>.
WorksheetCollection és una classe en Aspose.Cells per NET. És heretat de: ゚IEnumerable
WorksheetCollection.Add afegit una nova fitxa de treball amb un nom predeterminat al llibre.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the total number of worksheets in the collection |
ActiveSheetIndex | int | Read/Write | |
ActiveSheetName | string | Read/Write | Gets or sets the name of the currently active worksheet |
Mètodes
| Signature | Description |
|---|---|
Add() | Adds a new worksheet with a default name to the workbook |
Add(sheetName: string) | |
RemoveAt(sheetName: string) | Removes the worksheet with the specified name |
RemoveAt(index: int) | |
GetEnumerator() | Returns an iterator over the worksheets in order |