[]
        
(Showing Draft Content)

FarPoint.Win.Spread.EditError

EditError Enum

Specifies the possible editor messages based on the user action.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public enum EditError
Public Enum EditError

Fields

Name Description
CellIsLocked

[1] Indicates the user attempted to interact with a locked cell.

ColumnAndRowRestricted

Indicates the user attempted to move the focus to a cell that is located in both a restricted row and column.

ColumnRestricted

Indicates the user attempted to move the focus to a restricted column.

InvalidCellData

Indicates the current input value in the editor is invalid

InvalidCellFormula

Indicates the user typed an invalid formula into a cell (sent when the user has left the cell).

InvalidCellValue

Indicates the user typed invalid data into a cell (sent when the user has left the cell).

Indicates the user clicked a link that is invalid.

RowRestricted

Indicates the user attempted to move the focus to a restricted row.

TypedInCheckbox

Indicates the user attempted to type in a check box cell.