Name | Description | |
---|---|---|
![]() | Activate | Makes the current sheet the active sheet. |
![]() | Calculate | Calculates this worksheet. |
![]() | CircleInvalid | Overloaded. Circles invalid entries on the worksheet. |
![]() | ClearCircles | Clears circles from invalid entries on the worksheet. |
![]() | Copy | Copies this IWorksheet to the specified position in the IWorksheet collection of the Workbook. |
![]() | Delete | Deletes this IWorksheet from its owner Workbook. |
![]() | GetValue | Gets raw data from the specified cell on this sheet. |
![]() | InsertColumns | Inserts column(s) to the Worksheet at the specified position. |
![]() | InsertRows | Inserts row(s) to the Worksheet at the specified position. |
![]() | Move | Moves this IWorksheet to the specified position in the IWorksheet collection of the Workbook. |
![]() | Paste | Overloaded. Pastes the contents of the Clipboard onto the sheet. |
![]() | Protect | Protects a worksheet so that it cannot be modified. |
![]() | Range | Overloaded. Get an IRange object that represents a cell or a range of cells. |
![]() | RemoveColumns | Removes one or more columns starting with the column at the specified position. |
![]() | RemoveRows | Removes one or more rows starting with the row at the specified position. |
![]() | SetBackgroundPicture | Overloaded. Sets the background graphic for a worksheet. |
![]() | SetValue | Overloaded. Sets the System.Boolean value for the cell of the specified row and column. |
![]() | Unprotect | Unprotects the worksheet which is protected by password. |