Skip to main content

EditMode Enum

Lists values that identify a type of the element currently being edited in the Spreadsheet control.

Declaration

enum EditMode {
    None,
    Cell,
    Comment
}

Members

Name Description
Cell

The current element being edited is a spreadsheet cell.

Comment

The currently element being edited is a cell’s comment.

None

No elements are currently being edited.

Remarks

The values listed by this enumerator are returned by the getEditMode method.