[]
Represents a worksheet within an ExcelBook.
public class Sheet : C1TabItem
This class extends the C1TabItem class and has an editable label on its header, which represents the sheet name, and a C1FlexGrid control that contains the sheet content.
| Name | Description |
|---|---|
| Sheet() | Initializes a new instance of a Sheet. |
| Sheet(XLSheet) | Initializes a new instance of a Sheet. |
| Sheet(XLSheet, C1FlexSheet) | Construct a new sheet. |
| Name | Description |
|---|---|
| IsProtectedProperty |
| Name | Description |
|---|---|
| Grid | The flexgrid in sheet. |
| IsProtected | Indicated whether the sheet is protected |
| SheetName | Sheet name for the sheet. |
| Name | Description |
|---|---|
| AddLockedCell(int, int) | Locked the specified cell.. |
| AddLockedCell(int, int, int, int) | Locked the specified cell range. |
| EditName() | Start edit the sheet name. |
| OnKeyDown(KeyEventArgs) | |
| OnMouseRightButtonUp(MouseButtonEventArgs) | |
| OnPreviewMouseMove(MouseEventArgs) |