[]
        
(Showing Draft Content)

FarPoint.Web.Spread.OperationMode

OperationMode Enum

Specifies how the sheet responds to user interaction and how selection behaves.

Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public enum OperationMode
Public Enum OperationMode

Fields

Name Description
ExtendedSelect

Allows the user to select multiple discontiguous rows in the spreadsheet (as one would in an extended-select list box)

MultiSelect

Allows the user to select multiple contiguous rows in the spreadsheet (as one would in a multiple-select list box)

Normal

Allows users to perform default spreadsheet selecting and editing

ReadOnly

Allows users to see the data but not to select or edit any cell or row in the sheet

RowMode

Allows users to select (highlight) a single row only and to edit an individual cell in that row

SingleSelect

Allows users to select (highlight) a single row only but not to edit any cell