Name | Description | |
---|---|---|
add | Overloaded. Creates a new worksheet. The new worksheet becomes the active sheet. | |
addAfter | Creates a new worksheet and inserts it after the specified sheet. | |
addBefore | Creates a new worksheet and inserts it before the specified sheet. | |
contains | Returns true if the specified Worksheet is contained by the collection of worksheets; otherwise, false is returned. | |
copy | Overloaded. Copies the sheet collection to the end of the current workbook. | |
copyAfter | Copies the sheet collection to the location after the specified sheet. | |
copyBefore | Copies the sheet collection to the location before the specified sheet. | |
get | Overloaded. Gets the worksheet using the index. | |
getCount | Returns the number of objects in the collection. | |
indexOf | Returns the zero-based index of the specified worksheet in the collection. | |
move | Overloaded. Moves the sheet collection to the end of the current workbook. | |
moveAfter | Moves the sheet collection to the location after the specified sheet. | |
moveBefore | Moves the sheet collection to the location before the specified sheet. | |
select | Overloaded. Selects the object. |