Name | Description | |
---|---|---|
![]() | Activate | Makes the current sheet the active sheet. |
![]() | Copy | Copies this ISheet to the specified position in the ISheet collection of the IWorkbook. |
![]() | Delete | Deletes this ISheet from its owner IWorkbook. |
![]() | Move | Moves this ISheet to the specified position in the ISheet collection of the IWorkbook. |
![]() | Protect | Protects a sheet so that it cannot be modified. |
![]() | SaveAs | Overloaded. Saves this IWorksheet to the specified System.IO.Stream. |
![]() | Select | Selects the sheet. |
![]() | Unprotect | Unprotects the sheet which is protected by password. |