[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.Sheet

Sheet Class

Represents a worksheet within an ExcelBook.

Inheritance
Sheet
Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexSheet.4.6.2.dll
Syntax
public class Sheet : C1TabItem
Remarks

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.

Constructors

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.

Fields

Name Description
IsProtectedProperty

Properties

Name Description
Grid

The flexgrid in sheet.

IsProtected

Indicated whether the sheet is protected

SheetName

Sheet name for the sheet.

Methods

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)