[]
Specifies how the sheet responds to user interaction and how selection behaves.
public enum OperationMode
Public Enum OperationMode
| 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 |