A collection of Worksheets in an Excel Workbook.
Implements ICollection
Methods
|
Name |
Description |
|
Add |
Adds a Worksheet to the end of the collection of Worksheets. |
|
CopyTo |
|
|
Exists |
Returns True if a Worksheet exists with the specified Name. |
|
GetEnumerator |
|
|
Insert |
Inserts a Worksheet at the specified index. |
|
Move |
Moves a Worksheet from one location to another. |
|
Remove |
Remove a Worksheet. |
|
RemoveAt |
Remove an Worksheet by its index. |
Properties
|
Name |
Description |
|
Count Read-Only |
The number of Worksheets in the collection. |
|
IsSynchronized Read-Only |
|
|
Parent Read-Only |
The parent Workbook the Worksheet belongs to. |
|
SyncRoot Read-Only |
|
|
Workbook Read-Only |
The parent Workbook the Worksheet belongs to. |
- Namespace:
- Intersoft.ISSupport6
- Assembly:
- ISSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0