The methods of the IWorksheet interface are listed below. For a complete list of IWorksheet interface members, see the IWorksheet Members topic.
Activate | Makes the specified sheet the active sheet. Equivalent to clicking the sheet's tab. |
Delete | Deletes the worksheet from the workbook. |
Move | Moves the sheet to another location in the workbook. |
Protect | Overloaded. Protects a worksheet so that it cannot be modified. |
ResetAllPageBreaks | Resets all page breaks on the worksheet. |
SaveAs | Overloaded. Saves worksheet content in a file or a Stream. |
SaveAsHTML | Overloaded. Saves worksheet in HTML format. |
Select | Overloaded. Selects the worksheet. |
Unprotect | Overloaded. Removes protection from a sheet. This method has no effect if the sheet isn't protected. |
IWorksheet Interface | NativeExcel Namespace | Item