'Declaration Public Enum OperationMode Inherits System.Enum
'Usage Dim instance As OperationMode
public enum OperationMode : System.Enum
'Declaration Public Enum OperationMode Inherits System.Enum
'Usage Dim instance As OperationMode
public enum OperationMode : System.Enum
Member | 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 |
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.OperationMode