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

NameTypeAccessDescription
CountintReadGets the total number of worksheets in the collection
ActiveSheetIndexintRead/Write
ActiveSheetNamestringRead/WriteGets or sets the name of the currently active worksheet

Mètodes

SignatureDescription
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
 Català